Shades of Black Russian #0E111A
Tints of Black Russian #0E111A
RGB
CMYK
RGB Variations
Color information
#0E111A (or 0x0E111A) is known color: Black Russian. HEX triplet: 0E, 11 and 1A. RGB value is (14,17,26). Sum of RGB (Red+Green+Blue) = 14+17+26=57 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.56% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 26 (10.55% from 255 or 45.61% from 57); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E111A is #F1EEE5. Grayscale: #111111. Windows color (decimal): -15855334 or 1708302. OLE color: 1708302.
HSL color Cylindrical-coordinate representation of color #0E111A: hue angle of 225º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0E111A is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 17 | 26 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.90 |
| HSL | 225º | 0.3% | 0.08% | - |
| HSV(B) | 225º | 0.46% | 0.1% | - |
| XYZ | 0.57 | 0.57 | 1.06 | - |
| YUV | 17.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 17 | 26 | 0.46 | 0.35 | 0 | 0.90 | 225 | 0.3 | 0.08 |
| Hex | E | 11 | 1A | 2E | 23 | 0 | 5A | E1 | 1E | 8 |
| Octal | 16 | 21 | 32 | 56 | 43 | 0 | 132 | 341 | 36 | 10 |
| Binary | 1110 | 10001 | 11010 | 101110 | 100011 | 0 | 1011010 | 11100001 | 11110 | 1000 |
Color Harmonies of #0E111A
Complementary color
Monochromatic Colors of #0E111A
Black with #0E111A
Text Example
Text Example
White with #0E111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E111A; }
p { color: rgb(14,17,26); }
H1.HeaderClassName
{
color: #0E111A;
}
.AnyTagClassName
{
color: #0E111A;
}
</style>
background-color css
<style>
a { background-color: #0E111A; }
a { background-color: rgb(14,17,26); }
div.DivClassName
{
background-color: #0E111A;
}
.BgClassName
{
background-color: #0E111A;
}
</style>
border-color css
<style>
span { border-color: #0E111A; }
span { border-color: rgb(14,17,26); }
td.TdClassName
{
border-color: #0E111A;
}
.TagClassName
{
border-color: #0E111A;
}
</style>