Shades of Black #080402
Tints of Black #080402
RGB
CMYK
RGB Variations
Color information
#080402 (or 0x080402) is known color: Black. HEX triplet: 08, 04 and 02. RGB value is (8,4,2). Sum of RGB (Red+Green+Blue) = 8+4+2=14 (1% of max value = 765). Red value is 8 (3.52% from 255 or 57.14% from 14); Green value is 4 (1.95% from 255 or 28.57% from 14); Blue value is 2 (1.17% from 255 or 14.29% from 14); Max value from RGB is 8 - color contains mainly: red. Hex color #080402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080402 is #F7FBFD. Grayscale: #040404. Windows color (decimal): -16251902 or 132104. OLE color: 132104.
HSL color Cylindrical-coordinate representation of color #080402: hue angle of 20º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080402 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 4 | 2 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.97 |
| HSL | 20º | 0.6% | 0.02% | - |
| HSV(B) | 20º | 0.75% | 0.03% | - |
| XYZ | 0.15 | 0.14 | 0.08 | - |
| YUV | 4.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 2 | 0 | 0.5 | 0.75 | 0.97 | 20 | 0.6 | 0.02 |
| Hex | 8 | 4 | 2 | 0 | 32 | 4B | 61 | 14 | 3C | 2 |
| Octal | 10 | 4 | 2 | 0 | 62 | 113 | 141 | 24 | 74 | 2 |
| Binary | 1000 | 100 | 10 | 0 | 110010 | 1001011 | 1100001 | 10100 | 111100 | 10 |
Color Harmonies of #080402
Complementary color
Monochromatic Colors of #080402
Black with #080402
Text Example
Text Example
White with #080402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080402; }
p { color: rgb(8,4,2); }
H1.HeaderClassName
{
color: #080402;
}
.AnyTagClassName
{
color: #080402;
}
</style>
background-color css
<style>
a { background-color: #080402; }
a { background-color: rgb(8,4,2); }
div.DivClassName
{
background-color: #080402;
}
.BgClassName
{
background-color: #080402;
}
</style>
border-color css
<style>
span { border-color: #080402; }
span { border-color: rgb(8,4,2); }
td.TdClassName
{
border-color: #080402;
}
.TagClassName
{
border-color: #080402;
}
</style>