Shades of Black Russian #080511
Tints of Black Russian #080511
RGB
CMYK
RGB Variations
Color information
#080511 (or 0x080511) is known color: Black Russian. HEX triplet: 08, 05 and 11. RGB value is (8,5,17). Sum of RGB (Red+Green+Blue) = 8+5+17=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #080511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080511 is #F7FAEE. Grayscale: #070707. Windows color (decimal): -16251631 or 1115400. OLE color: 1115400.
HSL color Cylindrical-coordinate representation of color #080511: hue angle of 255º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #080511 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 5 | 17 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.93 |
| HSL | 255º | 0.55% | 0.04% | - |
| HSV(B) | 255º | 0.71% | 0.07% | - |
| XYZ | 0.26 | 0.2 | 0.56 | - |
| YUV | 7.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 17 | 0.53 | 0.71 | 0 | 0.93 | 255 | 0.55 | 0.04 |
| Hex | 8 | 5 | 11 | 35 | 47 | 0 | 5D | FF | 37 | 4 |
| Octal | 10 | 5 | 21 | 65 | 107 | 0 | 135 | 377 | 67 | 4 |
| Binary | 1000 | 101 | 10001 | 110101 | 1000111 | 0 | 1011101 | 11111111 | 110111 | 100 |
Color Harmonies of #080511
Complementary color
Monochromatic Colors of #080511
Black with #080511
Text Example
Text Example
White with #080511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080511; }
p { color: rgb(8,5,17); }
H1.HeaderClassName
{
color: #080511;
}
.AnyTagClassName
{
color: #080511;
}
</style>
background-color css
<style>
a { background-color: #080511; }
a { background-color: rgb(8,5,17); }
div.DivClassName
{
background-color: #080511;
}
.BgClassName
{
background-color: #080511;
}
</style>
border-color css
<style>
span { border-color: #080511; }
span { border-color: rgb(8,5,17); }
td.TdClassName
{
border-color: #080511;
}
.TagClassName
{
border-color: #080511;
}
</style>