Shades of Black #080500
Tints of Black #080500
RGB
CMYK
RGB Variations
Color information
#080500 (or 0x080500) is known color: Black. HEX triplet: 08, 05 and 00. RGB value is (8,5,0). Sum of RGB (Red+Green+Blue) = 8+5+0=13 (1% of max value = 765). Red value is 8 (3.52% from 255 or 61.54% from 13); Green value is 5 (2.34% from 255 or 38.46% from 13); Blue value is 0 (0.39% from 255 or 0% from 13); Max value from RGB is 8 - color contains mainly: red. Hex color #080500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080500 is #F7FAFF. Grayscale: #050505. Windows color (decimal): -16251648 or 1288. OLE color: 1288.
HSL color Cylindrical-coordinate representation of color #080500: hue angle of 37.5º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080500 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 5 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.97 |
| HSL | 37.5º | 1% | 0.02% | - |
| HSV(B) | 37.5º | 1% | 0.03% | - |
| XYZ | 0.15 | 0.16 | 0.02 | - |
| YUV | 5.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 0 | 0 | 0.38 | 1 | 0.97 | 37.5 | 1 | 0.02 |
| Hex | 8 | 5 | 0 | 0 | 26 | 64 | 61 | 26 | 64 | 2 |
| Octal | 10 | 5 | 0 | 0 | 46 | 144 | 141 | 46 | 144 | 2 |
| Binary | 1000 | 101 | 0 | 0 | 100110 | 1100100 | 1100001 | 100110 | 1100100 | 10 |
Color Harmonies of #080500
Complementary color
Monochromatic Colors of #080500
Black with #080500
Text Example
Text Example
White with #080500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080500; }
p { color: rgb(8,5,0); }
H1.HeaderClassName
{
color: #080500;
}
.AnyTagClassName
{
color: #080500;
}
</style>
background-color css
<style>
a { background-color: #080500; }
a { background-color: rgb(8,5,0); }
div.DivClassName
{
background-color: #080500;
}
.BgClassName
{
background-color: #080500;
}
</style>
border-color css
<style>
span { border-color: #080500; }
span { border-color: rgb(8,5,0); }
td.TdClassName
{
border-color: #080500;
}
.TagClassName
{
border-color: #080500;
}
</style>