Shades of Black Russian #0E1227
Tints of Black Russian #0E1227
RGB
CMYK
RGB Variations
Color information
#0E1227 (or 0x0E1227) is known color: Black Russian. HEX triplet: 0E, 12 and 27. RGB value is (14,18,39). Sum of RGB (Red+Green+Blue) = 14+18+39=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #0E1227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1227 is #F1EDD8. Grayscale: #131313. Windows color (decimal): -15855065 or 2560526. OLE color: 2560526.
HSL color Cylindrical-coordinate representation of color #0E1227: hue angle of 230.4º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E1227 is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 18 | 39 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.85 |
| HSL | 230.4º | 0.47% | 0.1% | - |
| HSV(B) | 230.4º | 0.64% | 0.15% | - |
| XYZ | 0.76 | 0.67 | 2.01 | - |
| YUV | 19.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 39 | 0.64 | 0.54 | 0 | 0.85 | 230.4 | 0.47 | 0.1 |
| Hex | E | 12 | 27 | 40 | 36 | 0 | 55 | E6 | 2F | A |
| Octal | 16 | 22 | 47 | 100 | 66 | 0 | 125 | 346 | 57 | 12 |
| Binary | 1110 | 10010 | 100111 | 1000000 | 110110 | 0 | 1010101 | 11100110 | 101111 | 1010 |
Color Harmonies of #0E1227
Complementary color
Monochromatic Colors of #0E1227
Black with #0E1227
Text Example
Text Example
White with #0E1227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1227; }
p { color: rgb(14,18,39); }
H1.HeaderClassName
{
color: #0E1227;
}
.AnyTagClassName
{
color: #0E1227;
}
</style>
background-color css
<style>
a { background-color: #0E1227; }
a { background-color: rgb(14,18,39); }
div.DivClassName
{
background-color: #0E1227;
}
.BgClassName
{
background-color: #0E1227;
}
</style>
border-color css
<style>
span { border-color: #0E1227; }
span { border-color: rgb(14,18,39); }
td.TdClassName
{
border-color: #0E1227;
}
.TagClassName
{
border-color: #0E1227;
}
</style>