Color Images
LED Computer Screens
This image shows a close-up of a computer screenβs pixels, each made of red, green, and blue subpixels. These subpixels glow at different brightness levels to create millions of colorsβyour eyes blend them into smooth images.
Screens use the RGB color model, where mixing red, green, and blue light in various intensities forms all visible colors.
- In LCD screens, a white LED backlight shines through color filters controlled by liquid crystals.
- In OLED screens, each subpixel emits its own light, allowing true blacks and better contrast.
- Together, these tiny RGB elements form every picture you see on a display.
RGB Color Images
RGB color demonstration
How many bits are typically used to represent the color intensity for each channel in an RGB image?
Which primary color in RGB is associated with the value (255, 0, 0)?
What is the result of adding pure red (255, 0, 0) and pure green (0, 255, 0) in RGB color model?
Bit Depth
Bit depth, also known as color depth, is the amount of color information stored in each pixel of an image. It determines how finely an image can represent color variations and is measured in bits.
The higher the bit depth, the greater the number of colors that can be represented, resulting in richer, more detailed images.
The bit depth defines how many bits are used to store the information for each of these color channels.
The most common bit depth is 8 bits per channel for RGB, resulting in a bit depth of 24 bits per pixel.
Image Bit Depth Examples
Review: Fill in the Blanks
To specify colors in the RGB color model, different methods can be used, and one popular approach is through the use of s. A , short for hexadecimal code, is a six-digit alphanumeric value that represents a specific color.
, another important aspect of the RGB color model, refers to the number of bits used to represent each primary color. The higher the color depth, the more distinct colors can be created. For example, a color depth of 24 bits allows for approximately 16.8 million different colors to be displayed.
Complete! Ready to test your knowledge?
Introduction to Color Images
- LED Computer Screens
- RGB Color Images
- RGB color demonstration
- Bit Depth
- Image Bit Depth Examples