Shades of Black #080404
Tints of Black #080404
RGB
CMYK
RGB Variations
Color information
#080404 (or 0x080404) is known color: Black. HEX triplet: 08, 04 and 04. RGB value is (8,4,4). Sum of RGB (Red+Green+Blue) = 8+4+4=16 (2% of max value = 765). Red value is 8 (3.52% from 255 or 50% from 16); Green value is 4 (1.95% from 255 or 25% from 16); Blue value is 4 (1.95% from 255 or 25% from 16); Max value from RGB is 8 - color contains mainly: red. Hex color #080404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080404 is #F7FBFB. Grayscale: #050505. Windows color (decimal): -16251900 or 263176. OLE color: 263176.
HSL color Cylindrical-coordinate representation of color #080404: hue angle of 0º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #080404 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.97.
Color convert
RGB | 8 | 4 | 4 | - |
CMYK | 0 | 0.5 | 0.5 | 0.97 |
HSL | 0º | 0.33% | 0.02% | - |
HSV(B) | 0º | 0.5% | 0.03% | - |
XYZ | 0.17 | 0.15 | 0.13 | - |
YUV | 5.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 4 | 4 | 0 | 0.5 | 0.5 | 0.97 | 0 | 0.33 | 0.02 |
Hex | 8 | 4 | 4 | 0 | 32 | 32 | 61 | 0 | 21 | 2 |
Octal | 10 | 4 | 4 | 0 | 62 | 62 | 141 | 0 | 41 | 2 |
Binary | 1000 | 100 | 100 | 0 | 110010 | 110010 | 1100001 | 0 | 100001 | 10 |
Color Harmonies of #080404
Complementary color
Monochromatic Colors of #080404
Black with #080404
Text Example
Text Example
White with #080404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080404; }
p { color: rgb(8,4,4); }
H1.HeaderClassName
{
color: #080404;
}
.AnyTagClassName
{
color: #080404;
}
</style>
background-color css
<style>
a { background-color: #080404; }
a { background-color: rgb(8,4,4); }
div.DivClassName
{
background-color: #080404;
}
.BgClassName
{
background-color: #080404;
}
</style>
border-color css
<style>
span { border-color: #080404; }
span { border-color: rgb(8,4,4); }
td.TdClassName
{
border-color: #080404;
}
.TagClassName
{
border-color: #080404;
}
</style>