Science

  • 1) What process does expressing color numerically actually involve?

    CIE 1931 Colorimetry provides theoretical and experimental foundations to explain how the human visual system perceives various spectral distributions as colors. Imagining cases like tree leaves and green cars that appear the same color but have completely different reflection spectra shows that identical color perception can occur under different physical conditions. This phenomenon where different spectral distributions induce identical color stimuli is called metamerism, a core concept of color reproduction.

  • Problem Statement

    Recently, the iPhone’s color picker mode has added a new option called “HDR Boost” in addition to the existing RGB.
    Beyond this, concepts such as color gamuts like sRGB, Display P3, and DCI-P3 frequently appear, yet many people use them without clearly understanding the conceptual differences. Specifically, the questions I had while working on design were as follows:

    1. The iPhone’s color picker mode recently added something called HDR Boost in addition to RGB — what is it?
    2. There are also many color spaces — sRGB, Display P3, DCI-P3, wide color gamut, color reproduction specification graphs, etc. — and it would be good to understand them before using them.
    3. In CSS, there are many color notation methods beyond rgba and hex, such as hsl and oklch, and I wanted to understand the differences in their intended use.
    4. In Adobe Illustrator, when selecting HSB and the “Only Web Colors” option, the color gamut simplifies as shown in the image below — I was curious why this happens.

    Whenever I studied color in the past, I always encountered materials heavily focused on color psychology. This time, I intend to take a scientific approach that can answer these questions. Ultimately, I aim to organize color-related terminology and technical concepts based on this background.