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