Shades of Black Russian #080812
Tints of Black Russian #080812
RGB
CMYK
RGB Variations
Color information
#080812 (or 0x080812) is known color: Black Russian. HEX triplet: 08, 08 and 12. RGB value is (8,8,18). Sum of RGB (Red+Green+Blue) = 8+8+18=34 (4% of max value = 765). Red value is 8 (3.52% from 255 or 23.53% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #080812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080812 is #F7F7ED. Grayscale: #090909. Windows color (decimal): -16250862 or 1181704. OLE color: 1181704.
HSL color Cylindrical-coordinate representation of color #080812: hue angle of 240º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #080812 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 8 | 18 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.93 |
| HSL | 240º | 0.38% | 0.05% | - |
| HSV(B) | 240º | 0.56% | 0.07% | - |
| XYZ | 0.3 | 0.27 | 0.61 | - |
| YUV | 9.14 | 133 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 18 | 0.56 | 0.56 | 0 | 0.93 | 240 | 0.38 | 0.05 |
| Hex | 8 | 8 | 12 | 38 | 38 | 0 | 5D | F0 | 26 | 5 |
| Octal | 10 | 10 | 22 | 70 | 70 | 0 | 135 | 360 | 46 | 5 |
| Binary | 1000 | 1000 | 10010 | 111000 | 111000 | 0 | 1011101 | 11110000 | 100110 | 101 |
Color Harmonies of #080812
Complementary color
Monochromatic Colors of #080812
Black with #080812
Text Example
Text Example
White with #080812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080812; }
p { color: rgb(8,8,18); }
H1.HeaderClassName
{
color: #080812;
}
.AnyTagClassName
{
color: #080812;
}
</style>
background-color css
<style>
a { background-color: #080812; }
a { background-color: rgb(8,8,18); }
div.DivClassName
{
background-color: #080812;
}
.BgClassName
{
background-color: #080812;
}
</style>
border-color css
<style>
span { border-color: #080812; }
span { border-color: rgb(8,8,18); }
td.TdClassName
{
border-color: #080812;
}
.TagClassName
{
border-color: #080812;
}
</style>