Shades of Black #080501
Tints of Black #080501
RGB
CMYK
RGB Variations
Color information
#080501 (or 0x080501) is known color: Black. HEX triplet: 08, 05 and 01. RGB value is (8,5,1). Sum of RGB (Red+Green+Blue) = 8+5+1=14 (1% of max value = 765). Red value is 8 (3.52% from 255 or 57.14% from 14); Green value is 5 (2.34% from 255 or 35.71% from 14); Blue value is 1 (0.78% from 255 or 7.14% from 14); Max value from RGB is 8 - color contains mainly: red. Hex color #080501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080501 is #F7FAFE. Grayscale: #050505. Windows color (decimal): -16251647 or 66824. OLE color: 66824.
HSL color Cylindrical-coordinate representation of color #080501: hue angle of 34.29º 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 #080501 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 5 | 1 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.97 |
| HSL | 34.29º | 0.78% | 0.02% | - |
| HSV(B) | 34.29º | 0.88% | 0.03% | - |
| XYZ | 0.16 | 0.16 | 0.05 | - |
| YUV | 5.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 1 | 0 | 0.38 | 0.88 | 0.97 | 34.29 | 0.78 | 0.02 |
| Hex | 8 | 5 | 1 | 0 | 26 | 58 | 61 | 22 | 4E | 2 |
| Octal | 10 | 5 | 1 | 0 | 46 | 130 | 141 | 42 | 116 | 2 |
| Binary | 1000 | 101 | 1 | 0 | 100110 | 1011000 | 1100001 | 100010 | 1001110 | 10 |
Color Harmonies of #080501
Complementary color
Monochromatic Colors of #080501
Black with #080501
Text Example
Text Example
White with #080501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080501; }
p { color: rgb(8,5,1); }
H1.HeaderClassName
{
color: #080501;
}
.AnyTagClassName
{
color: #080501;
}
</style>
background-color css
<style>
a { background-color: #080501; }
a { background-color: rgb(8,5,1); }
div.DivClassName
{
background-color: #080501;
}
.BgClassName
{
background-color: #080501;
}
</style>
border-color css
<style>
span { border-color: #080501; }
span { border-color: rgb(8,5,1); }
td.TdClassName
{
border-color: #080501;
}
.TagClassName
{
border-color: #080501;
}
</style>