Shades of Black Russian #080612
Tints of Black Russian #080612
RGB
CMYK
RGB Variations
Color information
#080612 (or 0x080612) is known color: Black Russian. HEX triplet: 08, 06 and 12. RGB value is (8,6,18). Sum of RGB (Red+Green+Blue) = 8+6+18=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #080612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080612 is #F7F9ED. Grayscale: #070707. Windows color (decimal): -16251374 or 1181192. OLE color: 1181192.
HSL color Cylindrical-coordinate representation of color #080612: hue angle of 250º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #080612 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 6 | 18 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.93 |
| HSL | 250º | 0.5% | 0.05% | - |
| HSV(B) | 250º | 0.67% | 0.07% | - |
| XYZ | 0.27 | 0.23 | 0.6 | - |
| YUV | 7.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 18 | 0.56 | 0.67 | 0 | 0.93 | 250 | 0.5 | 0.05 |
| Hex | 8 | 6 | 12 | 38 | 43 | 0 | 5D | FA | 32 | 5 |
| Octal | 10 | 6 | 22 | 70 | 103 | 0 | 135 | 372 | 62 | 5 |
| Binary | 1000 | 110 | 10010 | 111000 | 1000011 | 0 | 1011101 | 11111010 | 110010 | 101 |
Color Harmonies of #080612
Complementary color
Monochromatic Colors of #080612
Black with #080612
Text Example
Text Example
White with #080612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080612; }
p { color: rgb(8,6,18); }
H1.HeaderClassName
{
color: #080612;
}
.AnyTagClassName
{
color: #080612;
}
</style>
background-color css
<style>
a { background-color: #080612; }
a { background-color: rgb(8,6,18); }
div.DivClassName
{
background-color: #080612;
}
.BgClassName
{
background-color: #080612;
}
</style>
border-color css
<style>
span { border-color: #080612; }
span { border-color: rgb(8,6,18); }
td.TdClassName
{
border-color: #080612;
}
.TagClassName
{
border-color: #080612;
}
</style>