Shades of Black Russian #0E121E
Tints of Black Russian #0E121E
RGB
CMYK
RGB Variations
Color information
#0E121E (or 0x0E121E) is known color: Black Russian. HEX triplet: 0E, 12 and 1E. RGB value is (14,18,30). Sum of RGB (Red+Green+Blue) = 14+18+30=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E121E is #F1EDE1. Grayscale: #121212. Windows color (decimal): -15855074 or 1970702. OLE color: 1970702.
HSL color Cylindrical-coordinate representation of color #0E121E: hue angle of 225º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0E121E is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 18 | 30 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.88 |
| HSL | 225º | 0.36% | 0.09% | - |
| HSV(B) | 225º | 0.53% | 0.12% | - |
| XYZ | 0.63 | 0.62 | 1.31 | - |
| YUV | 18.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 30 | 0.53 | 0.40 | 0 | 0.88 | 225 | 0.36 | 0.09 |
| Hex | E | 12 | 1E | 35 | 28 | 0 | 58 | E1 | 24 | 9 |
| Octal | 16 | 22 | 36 | 65 | 50 | 0 | 130 | 341 | 44 | 11 |
| Binary | 1110 | 10010 | 11110 | 110101 | 101000 | 0 | 1011000 | 11100001 | 100100 | 1001 |
Color Harmonies of #0E121E
Complementary color
Monochromatic Colors of #0E121E
Black with #0E121E
Text Example
Text Example
White with #0E121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E121E; }
p { color: rgb(14,18,30); }
H1.HeaderClassName
{
color: #0E121E;
}
.AnyTagClassName
{
color: #0E121E;
}
</style>
background-color css
<style>
a { background-color: #0E121E; }
a { background-color: rgb(14,18,30); }
div.DivClassName
{
background-color: #0E121E;
}
.BgClassName
{
background-color: #0E121E;
}
</style>
border-color css
<style>
span { border-color: #0E121E; }
span { border-color: rgb(14,18,30); }
td.TdClassName
{
border-color: #0E121E;
}
.TagClassName
{
border-color: #0E121E;
}
</style>