i use(d) CRTs because they put out much better color quality. Viewing angle just isn’t something you have to worry about. Regardless of distance or angle, you still get the EXACT same color visible. They deliver superior contrast between blacks and whites. Your blacks don’t change purple/blue when you introduce large white sections and your whites don’t fade into grays when you introduce dark surrounding colors.
As for factory settings, i’ve already tweaked them up and down in an attempt to fix my contrast issue. Still no luck. The only way i seem to get black sections to look…well…BLACK, is to back waaaaaaaay up, away from the screen. My nose is about 2 feet away from the screen by default. The black shades immediately around this text window (above/below the gray bits) are obviously very dark. The left and right sides (above the mountain watermark) look more like a dark purple or dark red.
if i back the fuck up, however, about 5 feet or so, all the black bits on screen blend into the same color.
To see what i mean, go HERE, click on “import from CSS” in the bottom right corner and paste the following code
background: rgb(68,13,64); /* Old browsers */
background: -moz-linear-gradient(left, rgba(68,13,64,1) 10%, rgba(0,0,0,1) 50%, rgba(68,13,64,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(10%,rgba(68,13,64,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(90%,rgba(68,13,64,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(68,13,64,1) 10%,rgba(0,0,0,1) 50%,rgba(68,13,64,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(68,13,64,1) 10%,rgba(0,0,0,1) 50%,rgba(68,13,64,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(68,13,64,1) 10%,rgba(0,0,0,1) 50%,rgba(68,13,64,1) 90%); /* IE10+ */
background: linear-gradient(left, rgba(68,13,64,1) 10%,rgba(0,0,0,1) 50%,rgba(68,13,64,1) 90%); /* W3C */
filter: progid :D XImageTransform.Microsoft.gradient( startColorstr='#440d40', endColorstr='#440d40',GradientType=1 ); /* IE6-9 */
it’s a tiny exaggeration, but not by much.
-Kawai Tei-