Shades of Black Russian #080712
Tints of Black Russian #080712
RGB
CMYK
RGB Variations
Color information
#080712 (or 0x080712) is known color: Black Russian. HEX triplet: 08, 07 and 12. RGB value is (8,7,18). Sum of RGB (Red+Green+Blue) = 8+7+18=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #080712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080712 is #F7F8ED. Grayscale: #080808. Windows color (decimal): -16251118 or 1181448. OLE color: 1181448.
HSL color Cylindrical-coordinate representation of color #080712: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #080712 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 7 | 18 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.93 |
| HSL | 245.45º | 0.44% | 0.05% | - |
| HSV(B) | 245.45º | 0.61% | 0.07% | - |
| XYZ | 0.29 | 0.25 | 0.6 | - |
| YUV | 8.55 | 133.33 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 18 | 0.56 | 0.61 | 0 | 0.93 | 245.45 | 0.44 | 0.05 |
| Hex | 8 | 7 | 12 | 38 | 3D | 0 | 5D | F5 | 2C | 5 |
| Octal | 10 | 7 | 22 | 70 | 75 | 0 | 135 | 365 | 54 | 5 |
| Binary | 1000 | 111 | 10010 | 111000 | 111101 | 0 | 1011101 | 11110101 | 101100 | 101 |
Color Harmonies of #080712
Complementary color
Monochromatic Colors of #080712
Black with #080712
Text Example
Text Example
White with #080712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080712; }
p { color: rgb(8,7,18); }
H1.HeaderClassName
{
color: #080712;
}
.AnyTagClassName
{
color: #080712;
}
</style>
background-color css
<style>
a { background-color: #080712; }
a { background-color: rgb(8,7,18); }
div.DivClassName
{
background-color: #080712;
}
.BgClassName
{
background-color: #080712;
}
</style>
border-color css
<style>
span { border-color: #080712; }
span { border-color: rgb(8,7,18); }
td.TdClassName
{
border-color: #080712;
}
.TagClassName
{
border-color: #080712;
}
</style>