Shades of Black #080201
Tints of Black #080201
RGB
CMYK
RGB Variations
Color information
#080201 (or 0x080201) is known color: Black. HEX triplet: 08, 02 and 01. RGB value is (8,2,1). Sum of RGB (Red+Green+Blue) = 8+2+1=11 (1% of max value = 765). Red value is 8 (3.52% from 255 or 72.73% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 8 - color contains mainly: red. Hex color #080201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080201 is #F7FDFE. Grayscale: #030303. Windows color (decimal): -16252415 or 66056. OLE color: 66056.
HSL color Cylindrical-coordinate representation of color #080201: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080201 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 2 | 1 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.97 |
| HSL | 8.57º | 0.78% | 0.02% | - |
| HSV(B) | 8.57º | 0.88% | 0.03% | - |
| XYZ | 0.13 | 0.1 | 0.04 | - |
| YUV | 3.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 1 | 0 | 0.75 | 0.88 | 0.97 | 8.57 | 0.78 | 0.02 |
| Hex | 8 | 2 | 1 | 0 | 4B | 58 | 61 | 9 | 4E | 2 |
| Octal | 10 | 2 | 1 | 0 | 113 | 130 | 141 | 11 | 116 | 2 |
| Binary | 1000 | 10 | 1 | 0 | 1001011 | 1011000 | 1100001 | 1001 | 1001110 | 10 |
Color Harmonies of #080201
Complementary color
Monochromatic Colors of #080201
Black with #080201
Text Example
Text Example
White with #080201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080201; }
p { color: rgb(8,2,1); }
H1.HeaderClassName
{
color: #080201;
}
.AnyTagClassName
{
color: #080201;
}
</style>
background-color css
<style>
a { background-color: #080201; }
a { background-color: rgb(8,2,1); }
div.DivClassName
{
background-color: #080201;
}
.BgClassName
{
background-color: #080201;
}
</style>
border-color css
<style>
span { border-color: #080201; }
span { border-color: rgb(8,2,1); }
td.TdClassName
{
border-color: #080201;
}
.TagClassName
{
border-color: #080201;
}
</style>