Shades of Black Russian #0E131E
Tints of Black Russian #0E131E
RGB
CMYK
RGB Variations
Color information
#0E131E (or 0x0E131E) is known color: Black Russian. HEX triplet: 0E, 13 and 1E. RGB value is (14,19,30). Sum of RGB (Red+Green+Blue) = 14+19+30=63 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.22% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E131E is #F1ECE1. Grayscale: #121212. Windows color (decimal): -15854818 or 1970958. OLE color: 1970958.
HSL color Cylindrical-coordinate representation of color #0E131E: hue angle of 221.25º 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 #0E131E is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 19 | 30 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.88 |
| HSL | 221.25º | 0.36% | 0.09% | - |
| HSV(B) | 221.25º | 0.53% | 0.12% | - |
| XYZ | 0.65 | 0.65 | 1.32 | - |
| YUV | 18.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 30 | 0.53 | 0.37 | 0 | 0.88 | 221.25 | 0.36 | 0.09 |
| Hex | E | 13 | 1E | 35 | 25 | 0 | 58 | DD | 24 | 9 |
| Octal | 16 | 23 | 36 | 65 | 45 | 0 | 130 | 335 | 44 | 11 |
| Binary | 1110 | 10011 | 11110 | 110101 | 100101 | 0 | 1011000 | 11011101 | 100100 | 1001 |
Color Harmonies of #0E131E
Complementary color
Monochromatic Colors of #0E131E
Black with #0E131E
Text Example
Text Example
White with #0E131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E131E; }
p { color: rgb(14,19,30); }
H1.HeaderClassName
{
color: #0E131E;
}
.AnyTagClassName
{
color: #0E131E;
}
</style>
background-color css
<style>
a { background-color: #0E131E; }
a { background-color: rgb(14,19,30); }
div.DivClassName
{
background-color: #0E131E;
}
.BgClassName
{
background-color: #0E131E;
}
</style>
border-color css
<style>
span { border-color: #0E131E; }
span { border-color: rgb(14,19,30); }
td.TdClassName
{
border-color: #0E131E;
}
.TagClassName
{
border-color: #0E131E;
}
</style>