Shades of Black Russian #080F1B
Tints of Black Russian #080F1B
RGB
CMYK
RGB Variations
Color information
#080F1B (or 0x080F1B) is known color: Black Russian. HEX triplet: 08, 0F and 1B. RGB value is (8,15,27). Sum of RGB (Red+Green+Blue) = 8+15+27=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #080F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F1B is #F7F0E4. Grayscale: #0E0E0E. Windows color (decimal): -16249061 or 1773320. OLE color: 1773320.
HSL color Cylindrical-coordinate representation of color #080F1B: hue angle of 217.89º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #080F1B is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 15 | 27 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.89 |
| HSL | 217.89º | 0.54% | 0.07% | - |
| HSV(B) | 217.89º | 0.7% | 0.11% | - |
| XYZ | 0.47 | 0.47 | 1.1 | - |
| YUV | 14.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 27 | 0.70 | 0.44 | 0 | 0.89 | 217.89 | 0.54 | 0.07 |
| Hex | 8 | F | 1B | 46 | 2C | 0 | 59 | DA | 36 | 7 |
| Octal | 10 | 17 | 33 | 106 | 54 | 0 | 131 | 332 | 66 | 7 |
| Binary | 1000 | 1111 | 11011 | 1000110 | 101100 | 0 | 1011001 | 11011010 | 110110 | 111 |
Color Harmonies of #080F1B
Complementary color
Monochromatic Colors of #080F1B
Black with #080F1B
Text Example
Text Example
White with #080F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F1B; }
p { color: rgb(8,15,27); }
H1.HeaderClassName
{
color: #080F1B;
}
.AnyTagClassName
{
color: #080F1B;
}
</style>
background-color css
<style>
a { background-color: #080F1B; }
a { background-color: rgb(8,15,27); }
div.DivClassName
{
background-color: #080F1B;
}
.BgClassName
{
background-color: #080F1B;
}
</style>
border-color css
<style>
span { border-color: #080F1B; }
span { border-color: rgb(8,15,27); }
td.TdClassName
{
border-color: #080F1B;
}
.TagClassName
{
border-color: #080F1B;
}
</style>