Shades of Black Russian #0E132D
Tints of Black Russian #0E132D
RGB
CMYK
RGB Variations
Color information
#0E132D (or 0x0E132D) is known color: Black Russian. HEX triplet: 0E, 13 and 2D. RGB value is (14,19,45). Sum of RGB (Red+Green+Blue) = 14+19+45=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E132D is #F1ECD2. Grayscale: #141414. Windows color (decimal): -15854803 or 2953998. OLE color: 2953998.
HSL color Cylindrical-coordinate representation of color #0E132D: hue angle of 230.32º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0E132D is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 19 | 45 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.82 |
| HSL | 230.32º | 0.53% | 0.12% | - |
| HSV(B) | 230.32º | 0.69% | 0.18% | - |
| XYZ | 0.89 | 0.75 | 2.58 | - |
| YUV | 20.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 45 | 0.69 | 0.58 | 0 | 0.82 | 230.32 | 0.53 | 0.12 |
| Hex | E | 13 | 2D | 45 | 3A | 0 | 52 | E6 | 35 | C |
| Octal | 16 | 23 | 55 | 105 | 72 | 0 | 122 | 346 | 65 | 14 |
| Binary | 1110 | 10011 | 101101 | 1000101 | 111010 | 0 | 1010010 | 11100110 | 110101 | 1100 |
Color Harmonies of #0E132D
Complementary color
Monochromatic Colors of #0E132D
Black with #0E132D
Text Example
Text Example
White with #0E132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E132D; }
p { color: rgb(14,19,45); }
H1.HeaderClassName
{
color: #0E132D;
}
.AnyTagClassName
{
color: #0E132D;
}
</style>
background-color css
<style>
a { background-color: #0E132D; }
a { background-color: rgb(14,19,45); }
div.DivClassName
{
background-color: #0E132D;
}
.BgClassName
{
background-color: #0E132D;
}
</style>
border-color css
<style>
span { border-color: #0E132D; }
span { border-color: rgb(14,19,45); }
td.TdClassName
{
border-color: #0E132D;
}
.TagClassName
{
border-color: #0E132D;
}
</style>