Shades of Black Russian #080F1E
Tints of Black Russian #080F1E
RGB
CMYK
RGB Variations
Color information
#080F1E (or 0x080F1E) is known color: Black Russian. HEX triplet: 08, 0F and 1E. RGB value is (8,15,30). Sum of RGB (Red+Green+Blue) = 8+15+30=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #080F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F1E is #F7F0E1. Grayscale: #0E0E0E. Windows color (decimal): -16249058 or 1969928. OLE color: 1969928.
HSL color Cylindrical-coordinate representation of color #080F1E: hue angle of 220.91º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #080F1E is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 15 | 30 | - |
| CMYK | 0.73 | 0.5 | 0 | 0.88 |
| HSL | 220.91º | 0.58% | 0.07% | - |
| HSV(B) | 220.91º | 0.73% | 0.12% | - |
| XYZ | 0.51 | 0.49 | 1.3 | - |
| YUV | 14.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 30 | 0.73 | 0.5 | 0 | 0.88 | 220.91 | 0.58 | 0.07 |
| Hex | 8 | F | 1E | 49 | 32 | 0 | 58 | DD | 3A | 7 |
| Octal | 10 | 17 | 36 | 111 | 62 | 0 | 130 | 335 | 72 | 7 |
| Binary | 1000 | 1111 | 11110 | 1001001 | 110010 | 0 | 1011000 | 11011101 | 111010 | 111 |
Color Harmonies of #080F1E
Complementary color
Monochromatic Colors of #080F1E
Black with #080F1E
Text Example
Text Example
White with #080F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F1E; }
p { color: rgb(8,15,30); }
H1.HeaderClassName
{
color: #080F1E;
}
.AnyTagClassName
{
color: #080F1E;
}
</style>
background-color css
<style>
a { background-color: #080F1E; }
a { background-color: rgb(8,15,30); }
div.DivClassName
{
background-color: #080F1E;
}
.BgClassName
{
background-color: #080F1E;
}
</style>
border-color css
<style>
span { border-color: #080F1E; }
span { border-color: rgb(8,15,30); }
td.TdClassName
{
border-color: #080F1E;
}
.TagClassName
{
border-color: #080F1E;
}
</style>