Sooty
#141414 · one of 31,915 named colors
Sooty is a very dark, muted black with the hex code #141414. In RGB it is 20 red, 20 green and 20 blue, and white text is most readable on top of it.
Codes
HEX
#141414HEX8
#141414ffRGB
rgb(20, 20, 20)RGBA
rgba(20, 20, 20, 1)RGB %
rgb(8%, 8%, 8%)HSL
hsl(0, 0%, 8%)HSLA
hsla(0, 0%, 8%, 1)Variables
Sass
$sooty: #141414;Less
@sooty: #141414;CSS
--sooty: #141414;