Color - (Lightness|Value|Tone) (White, Gray, Black scale)

Monet Femme Ombrelle 1886 Logo

Color - (Lightness|Value|Tone) (White, Gray, Black scale)

About

Lightness, also known as value or tone, is a property (coordinate) placed on a linear scale where:

  • White is the highest possible value (the lightest)
  • Black is the lowest value (the darkest)
  • Gray is the a medium value. The midpoint between black and white, neither dark nor light.

Color Value Without Color

Some colors are naturally:

  • light like yellow (high lightness, high value)
  • darker, like violet (low lightness, low value)

and can therefore be projected on the greyscale.

Name

Various color models have an explicit term for this property.

Colorspace

Lightness may be used in colorspace as coordinate. Example with HSL.

Hslsphere 1)

Operation

Tint (Increase) vs Shade (decrease)

In subtractive color (i.e. paints), lightness value changes can be achieved by adding black or white to the color.

Both processes (tint and shade) affect the saturation but the hue remains unchanged.

Calculation

From Rgb

from a rgb colorspace

$max = max($red, $green, $blue);
$min = min($red, $green, $blue);
$lightness = ($max + $min) / 2;

Documentation / Reference





Discover More
Monet Femme Ombrelle 1886 Logo
Color

A color is: a light wave in a range called the visual spectrum (that our eye see) the absence of light or mixed (achromatic colors (white, black, gray) in computer a data type that denotes a color....
Pure Hue Tint Tone Shade
Color - Pure Hue (Pure Color)

A hue is called pure without: any white, black, grey (no lightness) or complementary in it. The degree of purity of a hue is defined by the color intensity property. This is known as a natural value...



Share this page:
Follow us:
Task Runner