Black/ black
Enter any color value (e.g., #aa7123, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#000000 color RGB value is (0,0,0)
#000000 color CMYK value
#000000 color HSL value
HSV(or HSB) | 0° | 0 | 0 |
XYZ | 0 | 0 | 0 |
Yxy | 0 | 0 | 0 |
LAB | 0 | 0 | 0 |
LUV | 0 | 0 | 0 |
Hunter-LAB | 0 | 0 | 0 |
CIE-LCH | 0 | 0 | 360 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 0 | 0 | 0 |
Decimal | 0 | 0 | 0 |
Octal | 0 | 0 | 0 |
Binary | 00000000 | 00000000 | 00000000 |
This text has a font color of #000000.
<span style="color:#000000">Text here</span>
This paragraph has a background color of #000000.
<p style="background-color:#000000;">Content here</p>
This element has a border color of #000000.
<div style="border:1px #000000;">Content here</div>
.text {color:#000000;}
.background {background-color:#000000;}
.border {border:1px solid #000000;}
.text-shadow {border:1px solid #000000;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #f4f4f4 is the lightest one.