Shades of Black #080401
Tints of Black #080401
RGB
CMYK
RGB Variations
Color information
#080401 (or 0x080401) is known color: Black. HEX triplet: 08, 04 and 01. RGB value is (8,4,1). Sum of RGB (Red+Green+Blue) = 8+4+1=13 (1% of max value = 765). Red value is 8 (3.52% from 255 or 61.54% from 13); Green value is 4 (1.95% from 255 or 30.77% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 8 - color contains mainly: red. Hex color #080401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080401 is #F7FBFE. Grayscale: #040404. Windows color (decimal): -16251903 or 66568. OLE color: 66568.
HSL color Cylindrical-coordinate representation of color #080401: hue angle of 25.71º 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 #080401 is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 4 | 1 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.97 |
| HSL | 25.71º | 0.78% | 0.02% | - |
| HSV(B) | 25.71º | 0.88% | 0.03% | - |
| XYZ | 0.15 | 0.14 | 0.05 | - |
| YUV | 4.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 1 | 0 | 0.5 | 0.88 | 0.97 | 25.71 | 0.78 | 0.02 |
| Hex | 8 | 4 | 1 | 0 | 32 | 58 | 61 | 1A | 4E | 2 |
| Octal | 10 | 4 | 1 | 0 | 62 | 130 | 141 | 32 | 116 | 2 |
| Binary | 1000 | 100 | 1 | 0 | 110010 | 1011000 | 1100001 | 11010 | 1001110 | 10 |
Color Harmonies of #080401
Complementary color
Monochromatic Colors of #080401
Black with #080401
Text Example
Text Example
White with #080401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080401; }
p { color: rgb(8,4,1); }
H1.HeaderClassName
{
color: #080401;
}
.AnyTagClassName
{
color: #080401;
}
</style>
background-color css
<style>
a { background-color: #080401; }
a { background-color: rgb(8,4,1); }
div.DivClassName
{
background-color: #080401;
}
.BgClassName
{
background-color: #080401;
}
</style>
border-color css
<style>
span { border-color: #080401; }
span { border-color: rgb(8,4,1); }
td.TdClassName
{
border-color: #080401;
}
.TagClassName
{
border-color: #080401;
}
</style>