Shades of Black Russian #0E1117
Tints of Black Russian #0E1117
RGB
CMYK
RGB Variations
Color information
#0E1117 (or 0x0E1117) is known color: Black Russian. HEX triplet: 0E, 11 and 17. RGB value is (14,17,23). Sum of RGB (Red+Green+Blue) = 14+17+23=54 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.93% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E1117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1117 is #F1EEE8. Grayscale: #101010. Windows color (decimal): -15855337 or 1511694. OLE color: 1511694.
HSL color Cylindrical-coordinate representation of color #0E1117: hue angle of 220º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0E1117 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 17 | 23 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.91 |
| HSL | 220º | 0.24% | 0.07% | - |
| HSV(B) | 220º | 0.39% | 0.09% | - |
| XYZ | 0.54 | 0.56 | 0.89 | - |
| YUV | 16.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 17 | 23 | 0.39 | 0.26 | 0 | 0.91 | 220 | 0.24 | 0.07 |
| Hex | E | 11 | 17 | 27 | 1A | 0 | 5B | DC | 18 | 7 |
| Octal | 16 | 21 | 27 | 47 | 32 | 0 | 133 | 334 | 30 | 7 |
| Binary | 1110 | 10001 | 10111 | 100111 | 11010 | 0 | 1011011 | 11011100 | 11000 | 111 |
Color Harmonies of #0E1117
Complementary color
Monochromatic Colors of #0E1117
Black with #0E1117
Text Example
Text Example
White with #0E1117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1117; }
p { color: rgb(14,17,23); }
H1.HeaderClassName
{
color: #0E1117;
}
.AnyTagClassName
{
color: #0E1117;
}
</style>
background-color css
<style>
a { background-color: #0E1117; }
a { background-color: rgb(14,17,23); }
div.DivClassName
{
background-color: #0E1117;
}
.BgClassName
{
background-color: #0E1117;
}
</style>
border-color css
<style>
span { border-color: #0E1117; }
span { border-color: rgb(14,17,23); }
td.TdClassName
{
border-color: #0E1117;
}
.TagClassName
{
border-color: #0E1117;
}
</style>