Shades of Black Russian #0E132E
Tints of Black Russian #0E132E
RGB
CMYK
RGB Variations
Color information
#0E132E (or 0x0E132E) is known color: Black Russian. HEX triplet: 0E, 13 and 2E. RGB value is (14,19,46). Sum of RGB (Red+Green+Blue) = 14+19+46=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #0E132E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E132E is #F1ECD1. Grayscale: #141414. Windows color (decimal): -15854802 or 3019534. OLE color: 3019534.
HSL color Cylindrical-coordinate representation of color #0E132E: hue angle of 230.62º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0E132E is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 19 | 46 | - |
| CMYK | 0.70 | 0.59 | 0 | 0.82 |
| HSL | 230.63º | 0.53% | 0.12% | - |
| HSV(B) | 230.63º | 0.7% | 0.18% | - |
| XYZ | 0.91 | 0.76 | 2.68 | - |
| YUV | 20.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 46 | 0.70 | 0.59 | 0 | 0.82 | 230.63 | 0.53 | 0.12 |
| Hex | E | 13 | 2E | 46 | 3B | 0 | 52 | E7 | 35 | C |
| Octal | 16 | 23 | 56 | 106 | 73 | 0 | 122 | 347 | 65 | 14 |
| Binary | 1110 | 10011 | 101110 | 1000110 | 111011 | 0 | 1010010 | 11100111 | 110101 | 1100 |
Color Harmonies of #0E132E
Complementary color
Monochromatic Colors of #0E132E
Black with #0E132E
Text Example
Text Example
White with #0E132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E132E; }
p { color: rgb(14,19,46); }
H1.HeaderClassName
{
color: #0E132E;
}
.AnyTagClassName
{
color: #0E132E;
}
</style>
background-color css
<style>
a { background-color: #0E132E; }
a { background-color: rgb(14,19,46); }
div.DivClassName
{
background-color: #0E132E;
}
.BgClassName
{
background-color: #0E132E;
}
</style>
border-color css
<style>
span { border-color: #0E132E; }
span { border-color: rgb(14,19,46); }
td.TdClassName
{
border-color: #0E132E;
}
.TagClassName
{
border-color: #0E132E;
}
</style>