Shades of Black Russian #080810
Tints of Black Russian #080810
RGB
CMYK
RGB Variations
Color information
#080810 (or 0x080810) is known color: Black Russian. HEX triplet: 08, 08 and 10. RGB value is (8,8,16). Sum of RGB (Red+Green+Blue) = 8+8+16=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 16 (6.64% from 255 or 50% from 32); Max value from RGB is 16 - color contains mainly: blue. Hex color #080810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080810 is #F7F7EF. Grayscale: #080808. Windows color (decimal): -16250864 or 1050632. OLE color: 1050632.
HSL color Cylindrical-coordinate representation of color #080810: hue angle of 240º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #080810 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 8 | 8 | 16 | - |
CMYK | 0.50 | 0.50 | 0 | 0.94 |
HSL | 240º | 0.33% | 0.05% | - |
HSV(B) | 240º | 0.5% | 0.06% | - |
XYZ | 0.28 | 0.26 | 0.53 | - |
YUV | 8.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 8 | 16 | 0.50 | 0.50 | 0 | 0.94 | 240 | 0.33 | 0.05 |
Hex | 8 | 8 | 10 | 32 | 32 | 0 | 5E | F0 | 21 | 5 |
Octal | 10 | 10 | 20 | 62 | 62 | 0 | 136 | 360 | 41 | 5 |
Binary | 1000 | 1000 | 10000 | 110010 | 110010 | 0 | 1011110 | 11110000 | 100001 | 101 |
Color Harmonies of #080810
Complementary color
Monochromatic Colors of #080810
Black with #080810
Text Example
Text Example
White with #080810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080810; }
p { color: rgb(8,8,16); }
H1.HeaderClassName
{
color: #080810;
}
.AnyTagClassName
{
color: #080810;
}
</style>
background-color css
<style>
a { background-color: #080810; }
a { background-color: rgb(8,8,16); }
div.DivClassName
{
background-color: #080810;
}
.BgClassName
{
background-color: #080810;
}
</style>
border-color css
<style>
span { border-color: #080810; }
span { border-color: rgb(8,8,16); }
td.TdClassName
{
border-color: #080810;
}
.TagClassName
{
border-color: #080810;
}
</style>