Shades of Black Russian #0E142D
Tints of Black Russian #0E142D
RGB
CMYK
RGB Variations
Color information
#0E142D (or 0x0E142D) is known color: Black Russian. HEX triplet: 0E, 14 and 2D. RGB value is (14,20,45). Sum of RGB (Red+Green+Blue) = 14+20+45=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E142D is #F1EBD2. Grayscale: #141414. Windows color (decimal): -15854547 or 2954254. OLE color: 2954254.
HSL color Cylindrical-coordinate representation of color #0E142D: hue angle of 228.39º 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 #0E142D is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 20 | 45 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.82 |
| HSL | 228.39º | 0.53% | 0.12% | - |
| HSV(B) | 228.39º | 0.69% | 0.18% | - |
| XYZ | 0.9 | 0.78 | 2.59 | - |
| YUV | 21.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 20 | 45 | 0.69 | 0.56 | 0 | 0.82 | 228.39 | 0.53 | 0.12 |
| Hex | E | 14 | 2D | 45 | 38 | 0 | 52 | E4 | 35 | C |
| Octal | 16 | 24 | 55 | 105 | 70 | 0 | 122 | 344 | 65 | 14 |
| Binary | 1110 | 10100 | 101101 | 1000101 | 111000 | 0 | 1010010 | 11100100 | 110101 | 1100 |
Color Harmonies of #0E142D
Complementary color
Monochromatic Colors of #0E142D
Black with #0E142D
Text Example
Text Example
White with #0E142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E142D; }
p { color: rgb(14,20,45); }
H1.HeaderClassName
{
color: #0E142D;
}
.AnyTagClassName
{
color: #0E142D;
}
</style>
background-color css
<style>
a { background-color: #0E142D; }
a { background-color: rgb(14,20,45); }
div.DivClassName
{
background-color: #0E142D;
}
.BgClassName
{
background-color: #0E142D;
}
</style>
border-color css
<style>
span { border-color: #0E142D; }
span { border-color: rgb(14,20,45); }
td.TdClassName
{
border-color: #0E142D;
}
.TagClassName
{
border-color: #0E142D;
}
</style>