Shades of Black Russian #0E111F
Tints of Black Russian #0E111F
RGB
CMYK
RGB Variations
Color information
#0E111F (or 0x0E111F) is known color: Black Russian. HEX triplet: 0E, 11 and 1F. RGB value is (14,17,31). Sum of RGB (Red+Green+Blue) = 14+17+31=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E111F is #F1EEE0. Grayscale: #111111. Windows color (decimal): -15855329 or 2035982. OLE color: 2035982.
HSL color Cylindrical-coordinate representation of color #0E111F: hue angle of 229.41º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E111F is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 17 | 31 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.88 |
| HSL | 229.41º | 0.38% | 0.09% | - |
| HSV(B) | 229.41º | 0.55% | 0.12% | - |
| XYZ | 0.63 | 0.59 | 1.38 | - |
| YUV | 17.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 17 | 31 | 0.55 | 0.45 | 0 | 0.88 | 229.41 | 0.38 | 0.09 |
| Hex | E | 11 | 1F | 37 | 2D | 0 | 58 | E5 | 26 | 9 |
| Octal | 16 | 21 | 37 | 67 | 55 | 0 | 130 | 345 | 46 | 11 |
| Binary | 1110 | 10001 | 11111 | 110111 | 101101 | 0 | 1011000 | 11100101 | 100110 | 1001 |
Color Harmonies of #0E111F
Complementary color
Monochromatic Colors of #0E111F
Black with #0E111F
Text Example
Text Example
White with #0E111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E111F; }
p { color: rgb(14,17,31); }
H1.HeaderClassName
{
color: #0E111F;
}
.AnyTagClassName
{
color: #0E111F;
}
</style>
background-color css
<style>
a { background-color: #0E111F; }
a { background-color: rgb(14,17,31); }
div.DivClassName
{
background-color: #0E111F;
}
.BgClassName
{
background-color: #0E111F;
}
</style>
border-color css
<style>
span { border-color: #0E111F; }
span { border-color: rgb(14,17,31); }
td.TdClassName
{
border-color: #0E111F;
}
.TagClassName
{
border-color: #0E111F;
}
</style>