Shades of Black #000000
Tints of Black #000000
RGB
CMYK
RGB Variations
Color information
#000000 (or 0x000000) is known color: Black. HEX triplet: 00, 00 and 00. RGB value is (0,0,0). Sum of RGB (Red+Green+Blue) = 0+0+0=0 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 0); Green value is 0 (0.39% from 255 or 0% from 0); Blue value is 0 (0.39% from 255 or 0% from 0); Max value from RGB is 0 - color contains mainly: red, green, blue. Hex color #000000 is a web safe color. Inversed color of #000000 is #FFFFFF. Grayscale: #000000. Windows color (decimal): -16777216 or 0. OLE color: 0.
HSL color Cylindrical-coordinate representation of color #000000: hue angle of 0º degrees, saturation: 0, lightness: 0%. HSV value (or HSB Brightness) of color is 0% and HSV saturation: 0%. Process color model (Four color, CMYK) of #000000 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 1.
Color convert
RGB | 0 | 0 | 0 | - |
CMYK | 0 | 0 | 0 | 1 |
HSL | 0º | 0% | 0% | - |
HSV(B) | 0º | 0% | 0% | - |
XYZ | 0 | 0 | 0 | - |
YUV | 0 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Hex | 0 | 0 | 0 | 0 | 0 | 0 | 64 | 0 | 0 | 0 |
Octal | 0 | 0 | 0 | 0 | 0 | 0 | 144 | 0 | 0 | 0 |
Binary | 0 | 0 | 0 | 0 | 0 | 0 | 1100100 | 0 | 0 | 0 |
Color Harmonies of #000000
Complementary color
Monochromatic Colors of #000000
Black with #000000
Text Example
Text Example
White with #000000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000000; }
p { color: rgb(0,0,0); }
H1.HeaderClassName
{
color: #000000;
}
.AnyTagClassName
{
color: #000000;
}
</style>
background-color css
<style>
a { background-color: #000000; }
a { background-color: rgb(0,0,0); }
div.DivClassName
{
background-color: #000000;
}
.BgClassName
{
background-color: #000000;
}
</style>
border-color css
<style>
span { border-color: #000000; }
span { border-color: rgb(0,0,0); }
td.TdClassName
{
border-color: #000000;
}
.TagClassName
{
border-color: #000000;
}
</style>