|
|||||||||||||||||||||||||||||||||||||||||
|
|
Color DepthColor Depth and Digital ImagesColor Depth or Bit Depth is the number of binary bits that are required to define the color of each pixel in an image. Images that are defined using pixels are called Digital Images. Color Depth is a factor that determines the quality of a digital image. Bit Depth also determines the number of available colors in a graphic image's Color Palette. In a black and white graphic, a pixel is either black or white. This information can be stored using one bit of computer memory. A black-and-white graphic has a color depth of either "one bit" or of "two colors. When the human eye looks at a color photo or an outdoor scene, it can differentiate millions of colors. The first computers to appear had monochrome (1-bit) displays. Not too long after that, they could display 16 colors (4-bit color), then 256 colors (8-bit). "We've come a long way". Today's systems can display either 65 thousand colors (16-bit, also called "High Color") or 16.7 million colors (24-bit called "True Color"). 16.7 million is approximately the number of colors that the human eye can discern. The table below shows how many Bits of storage space are required to store the color information for one Pixel of each color system.
A Bit About Bytes
Computers use the Binary Number System at the base of all of their calculations and the Binary System uses Binary Digits to form its numbers. A Binary Digit is represented by either a "1" or "0" which means it is either "ON" or "OFF". This is the smallest piece of information that a computer works with. The is also the smallest unit of data measurement for computer memory. A Binary Digit is equal to one Bit of information. There are eight consecutive Bits in one Byte of information. So using Bits (and Bytes), we can represent the different color systems:
Browser Safe Colors for the WebBefore the days of High Color and True Color, older computer monitors (back in the late 1990s) displayed only 256 colors because they only had 8-bit video cards. Even different web browsers had their own unique palette of 256 colors, but they all had some colors in common. These common colors are called the "Browser Safe Colors" or "Web Palette" or the "216 Palette" and they consist of 216 colors. Back then, if you designed a graphic with colors that were not in the Browser Safe Color Palette, then your monitor would dither those colors in order to display something. Many times, the dithering would result in a dotted pattern that would be quite unsightly. (Of course, how bad it looked, was determined by the eye of the beholder.) So, in the good ole days, web designers and developers tried to use the Browser Safe Colors in their designs so everyone would see the correct colors without the dithering. Computers and monitors have come a long way in a few short years and these older monitors are now in the minority. Most monitors today can display one of the following color levels:
So there is no longer strong justification for designing for Browser Safe Colors. If you want to be sure that every single visitor to your site is able to correctly view your colors, no matter what kind of computer monitor they have, then stay with the Browser Safe Colors. A good compromise to this situation would be to use Browser-Safe colors for flat-color illustrations, logos with flat-color, and areas in an image that have a lot of a single colors (like bullets, buttons, backgrounds and rulers). Simple graphics and flat colors look terrible when dithered, but photographs don't look near as bad.
In the next section on the Browser Safe Colors,, I'll explain what these colors are and why they are used and also talk about representing colors on web pages using HEX values and RGB values. |
||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||