Shades of Black Russian #080512
Tints of Black Russian #080512
RGB
CMYK
RGB Variations
Color information
#080512 (or 0x080512) is known color: Black Russian. HEX triplet: 08, 05 and 12. RGB value is (8,5,18). Sum of RGB (Red+Green+Blue) = 8+5+18=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 18 (7.42% from 255 or 58.06% from 31); Max value from RGB is 18 - color contains mainly: blue. Hex color #080512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080512 is #F7FAED. Grayscale: #070707. Windows color (decimal): -16251630 or 1180936. OLE color: 1180936.
HSL color Cylindrical-coordinate representation of color #080512: hue angle of 253.85º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #080512 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 5 | 18 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.93 |
| HSL | 253.85º | 0.57% | 0.05% | - |
| HSV(B) | 253.85º | 0.72% | 0.07% | - |
| XYZ | 0.26 | 0.2 | 0.6 | - |
| YUV | 7.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 5 | 18 | 0.56 | 0.72 | 0 | 0.93 | 253.85 | 0.57 | 0.05 |
| Hex | 8 | 5 | 12 | 38 | 48 | 0 | 5D | FE | 39 | 5 |
| Octal | 10 | 5 | 22 | 70 | 110 | 0 | 135 | 376 | 71 | 5 |
| Binary | 1000 | 101 | 10010 | 111000 | 1001000 | 0 | 1011101 | 11111110 | 111001 | 101 |
Color Harmonies of #080512
Complementary color
Monochromatic Colors of #080512
Black with #080512
Text Example
Text Example
White with #080512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080512; }
p { color: rgb(8,5,18); }
H1.HeaderClassName
{
color: #080512;
}
.AnyTagClassName
{
color: #080512;
}
</style>
background-color css
<style>
a { background-color: #080512; }
a { background-color: rgb(8,5,18); }
div.DivClassName
{
background-color: #080512;
}
.BgClassName
{
background-color: #080512;
}
</style>
border-color css
<style>
span { border-color: #080512; }
span { border-color: rgb(8,5,18); }
td.TdClassName
{
border-color: #080512;
}
.TagClassName
{
border-color: #080512;
}
</style>