Shades of Black Russian #0E132F
Tints of Black Russian #0E132F
RGB
CMYK
RGB Variations
Color information
#0E132F (or 0x0E132F) is known color: Black Russian. HEX triplet: 0E, 13 and 2F. RGB value is (14,19,47). Sum of RGB (Red+Green+Blue) = 14+19+47=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 47 (18.75% from 255 or 58.75% from 80); Max value from RGB is 47 - color contains mainly: blue. Hex color #0E132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E132F is #F1ECD0. Grayscale: #141414. Windows color (decimal): -15854801 or 3085070. OLE color: 3085070.
HSL color Cylindrical-coordinate representation of color #0E132F: hue angle of 230.91º degrees, saturation: 0.54, 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 #0E132F is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 19 | 47 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.82 |
| HSL | 230.91º | 0.54% | 0.12% | - |
| HSV(B) | 230.91º | 0.7% | 0.18% | - |
| XYZ | 0.93 | 0.76 | 2.79 | - |
| YUV | 20.7 | 142.84 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 47 | 0.70 | 0.60 | 0 | 0.82 | 230.91 | 0.54 | 0.12 |
| Hex | E | 13 | 2F | 46 | 3C | 0 | 52 | E7 | 36 | C |
| Octal | 16 | 23 | 57 | 106 | 74 | 0 | 122 | 347 | 66 | 14 |
| Binary | 1110 | 10011 | 101111 | 1000110 | 111100 | 0 | 1010010 | 11100111 | 110110 | 1100 |
Color Harmonies of #0E132F
Complementary color
Monochromatic Colors of #0E132F
Black with #0E132F
Text Example
Text Example
White with #0E132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E132F; }
p { color: rgb(14,19,47); }
H1.HeaderClassName
{
color: #0E132F;
}
.AnyTagClassName
{
color: #0E132F;
}
</style>
background-color css
<style>
a { background-color: #0E132F; }
a { background-color: rgb(14,19,47); }
div.DivClassName
{
background-color: #0E132F;
}
.BgClassName
{
background-color: #0E132F;
}
</style>
border-color css
<style>
span { border-color: #0E132F; }
span { border-color: rgb(14,19,47); }
td.TdClassName
{
border-color: #0E132F;
}
.TagClassName
{
border-color: #0E132F;
}
</style>