Black — Color Code #000000

HEX Color Code

#000000

Black has HEX code #000000, RGB value rgb(0, 0, 0), and HSL value hsl(0, 0%, 0%).

All color formats

HEX#000000
RGBrgb(0, 0, 0)
HSLhsl(0, 0%, 0%)
RGBArgba(0, 0, 0, 1)

CSS code

color: #000000;
background-color: rgba(0, 0, 0, 0.5);
border-color: hsl(0, 0%, 0%);

Color format guide

#000000 is a hex color. In RGB: red=0, green=0, blue=0 (each 0-255). In HSL: hue=0°, saturation=0%, lightness=0%. Use in CSS as color: #000000; or background-color: rgba(0,0,0,0.5);

Convert any color

Loading tool...