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