Shades of Black Russian #08080F
Tints of Black Russian #08080F
RGB
CMYK
RGB Variations
Color information
#08080F (or 0x08080F) is known color: Black Russian. HEX triplet: 08, 08 and 0F. RGB value is (8,8,15). Sum of RGB (Red+Green+Blue) = 8+8+15=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #08080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08080F is #F7F7F0. Grayscale: #080808. Windows color (decimal): -16250865 or 985096. OLE color: 985096.
HSL color Cylindrical-coordinate representation of color #08080F: hue angle of 240º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #08080F is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 8 | 8 | 15 | - |
CMYK | 0.47 | 0.47 | 0 | 0.94 |
HSL | 240º | 0.3% | 0.05% | - |
HSV(B) | 240º | 0.47% | 0.06% | - |
XYZ | 0.27 | 0.26 | 0.49 | - |
YUV | 8.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 8 | 15 | 0.47 | 0.47 | 0 | 0.94 | 240 | 0.3 | 0.05 |
Hex | 8 | 8 | F | 2F | 2F | 0 | 5E | F0 | 1E | 5 |
Octal | 10 | 10 | 17 | 57 | 57 | 0 | 136 | 360 | 36 | 5 |
Binary | 1000 | 1000 | 1111 | 101111 | 101111 | 0 | 1011110 | 11110000 | 11110 | 101 |
Color Harmonies of #08080F
Complementary color
Monochromatic Colors of #08080F
Black with #08080F
Text Example
Text Example
White with #08080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08080F; }
p { color: rgb(8,8,15); }
H1.HeaderClassName
{
color: #08080F;
}
.AnyTagClassName
{
color: #08080F;
}
</style>
background-color css
<style>
a { background-color: #08080F; }
a { background-color: rgb(8,8,15); }
div.DivClassName
{
background-color: #08080F;
}
.BgClassName
{
background-color: #08080F;
}
</style>
border-color css
<style>
span { border-color: #08080F; }
span { border-color: rgb(8,8,15); }
td.TdClassName
{
border-color: #08080F;
}
.TagClassName
{
border-color: #08080F;
}
</style>