How do we see colors? Whether they come from nature or technology screens, how do we perceive them?

There are two kinds of colors: reflected color and projected color.

Reflected color is what we see when light reflects off a surface, like ink or paint. Certain wavelengths of light are absorbed, while others are reflected back to our eyes, creating the color we see.

  • Example: A red apple reflects red light and absorbs other colors.

Projected color is created by light emitted from devices using red, green, and blue (RGB). By mixing these three colors at different intensities, we can produce the entire color spectrum.

  • Example: A white area on a phone or laptop screen results from red, green, and blue light being emitted at full intensity.

Now, let’s talk about color in digital images—how we store and display pictures, like GIFs and JPEGs, using technology.

Indexed color uses a limited palette of up to 256 colors. Each pixel references a color lookup table, matching the closest color and displaying it digitally.

  • Example: GIF images use indexed color, with a maximum of 256 colors to keep file sizes small.

24-bit color uses three 8-bit channels (red, green, blue) to represent over 16 million colors, providing smooth gradients and high-resolution images.

  • Example: JPEG images are high-resolution and use 24-bit color for rich detail.

Lastly, indexed color saves space, while 24-bit color offers more detail but takes up more storage due to its higher resolution.

This is a GIF!

This is a JPEG!