Shades of Black Russian #0E1529
Tints of Black Russian #0E1529
RGB
CMYK
RGB Variations
Color information
#0E1529 (or 0x0E1529) is known color: Black Russian. HEX triplet: 0E, 15 and 29. RGB value is (14,21,41). Sum of RGB (Red+Green+Blue) = 14+21+41=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #0E1529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1529 is #F1EAD6. Grayscale: #151515. Windows color (decimal): -15854295 or 2692366. OLE color: 2692366.
HSL color Cylindrical-coordinate representation of color #0E1529: hue angle of 224.44º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E1529 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 21 | 41 | - |
| CMYK | 0.66 | 0.49 | 0 | 0.84 |
| HSL | 224.44º | 0.49% | 0.11% | - |
| HSV(B) | 224.44º | 0.66% | 0.16% | - |
| XYZ | 0.85 | 0.79 | 2.21 | - |
| YUV | 21.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 41 | 0.66 | 0.49 | 0 | 0.84 | 224.44 | 0.49 | 0.11 |
| Hex | E | 15 | 29 | 42 | 31 | 0 | 54 | E0 | 31 | B |
| Octal | 16 | 25 | 51 | 102 | 61 | 0 | 124 | 340 | 61 | 13 |
| Binary | 1110 | 10101 | 101001 | 1000010 | 110001 | 0 | 1010100 | 11100000 | 110001 | 1011 |
Color Harmonies of #0E1529
Complementary color
Monochromatic Colors of #0E1529
Black with #0E1529
Text Example
Text Example
White with #0E1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1529; }
p { color: rgb(14,21,41); }
H1.HeaderClassName
{
color: #0E1529;
}
.AnyTagClassName
{
color: #0E1529;
}
</style>
background-color css
<style>
a { background-color: #0E1529; }
a { background-color: rgb(14,21,41); }
div.DivClassName
{
background-color: #0E1529;
}
.BgClassName
{
background-color: #0E1529;
}
</style>
border-color css
<style>
span { border-color: #0E1529; }
span { border-color: rgb(14,21,41); }
td.TdClassName
{
border-color: #0E1529;
}
.TagClassName
{
border-color: #0E1529;
}
</style>