Shades of Black #080202
Tints of Black #080202
RGB
CMYK
RGB Variations
Color information
#080202 (or 0x080202) is known color: Black. HEX triplet: 08, 02 and 02. RGB value is (8,2,2). Sum of RGB (Red+Green+Blue) = 8+2+2=12 (1% of max value = 765). Red value is 8 (3.52% from 255 or 66.67% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 2 (1.17% from 255 or 16.67% from 12); Max value from RGB is 8 - color contains mainly: red. Hex color #080202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080202 is #F7FDFD. Grayscale: #030303. Windows color (decimal): -16252414 or 131592. OLE color: 131592.
HSL color Cylindrical-coordinate representation of color #080202: hue angle of 0º 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 #080202 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 2 | 2 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.97 |
| HSL | 0º | 0.6% | 0.02% | - |
| HSV(B) | 0º | 0.75% | 0.03% | - |
| XYZ | 0.13 | 0.1 | 0.07 | - |
| YUV | 3.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 2 | 0 | 0.75 | 0.75 | 0.97 | 0 | 0.6 | 0.02 |
| Hex | 8 | 2 | 2 | 0 | 4B | 4B | 61 | 0 | 3C | 2 |
| Octal | 10 | 2 | 2 | 0 | 113 | 113 | 141 | 0 | 74 | 2 |
| Binary | 1000 | 10 | 10 | 0 | 1001011 | 1001011 | 1100001 | 0 | 111100 | 10 |
Color Harmonies of #080202
Complementary color
Monochromatic Colors of #080202
Black with #080202
Text Example
Text Example
White with #080202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080202; }
p { color: rgb(8,2,2); }
H1.HeaderClassName
{
color: #080202;
}
.AnyTagClassName
{
color: #080202;
}
</style>
background-color css
<style>
a { background-color: #080202; }
a { background-color: rgb(8,2,2); }
div.DivClassName
{
background-color: #080202;
}
.BgClassName
{
background-color: #080202;
}
</style>
border-color css
<style>
span { border-color: #080202; }
span { border-color: rgb(8,2,2); }
td.TdClassName
{
border-color: #080202;
}
.TagClassName
{
border-color: #080202;
}
</style>