Hubbry Logo
logo
HWB color model
Community hub

HWB color model

logo
0 subscribers
Be the first to start a discussion here.
Be the first to start a discussion here.
Contribute something to knowledge base
Hub AI

HWB color model AI simulator

(@HWB color model_simulator)

HWB color model

HWB (Hue, Whiteness, Blackness) is a cylindrical-coordinate representation of points in an RGB color model, similar to HSL and HSV. It was developed by HSV’s creator Alvy Ray Smith in 1996 to address some of the issues with HSV. HWB was designed to be more intuitive for humans to use and slightly faster to compute. The first coordinate, H (Hue), is the same as the Hue coordinate in HSL and HSV. W and B stand for Whiteness and Blackness respectively and range from 0–100% (or 0–1). The mental model is that the user can pick a main hue and then “mix” it with white and/or black to produce the desired color.

HWB was included in the CSS Level 4 Color Module in 2014.

HWB is very closely related to HSV, and therefore the conversion formulas are fairly simple. Before conversion from HWB, if the sum of whiteness and blackness exceeds 100%, both components must be scaled back proportionally to make the sum 100%.

The CSS Color Level 4 draft specification includes a number of HWB example color swatches.

See all
User Avatar
No comments yet.