Shades of Black Russian #0E1027
Tints of Black Russian #0E1027
RGB
CMYK
RGB Variations
Color information
#0E1027 (or 0x0E1027) is known color: Black Russian. HEX triplet: 0E, 10 and 27. RGB value is (14,16,39). Sum of RGB (Red+Green+Blue) = 14+16+39=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #0E1027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1027 is #F1EFD8. Grayscale: #111111. Windows color (decimal): -15855577 or 2560014. OLE color: 2560014.
HSL color Cylindrical-coordinate representation of color #0E1027: hue angle of 235.2º 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 #0E1027 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 16 | 39 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.85 |
| HSL | 235.2º | 0.47% | 0.1% | - |
| HSV(B) | 235.2º | 0.64% | 0.15% | - |
| XYZ | 0.73 | 0.61 | 2 | - |
| YUV | 18.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 39 | 0.64 | 0.59 | 0 | 0.85 | 235.2 | 0.47 | 0.1 |
| Hex | E | 10 | 27 | 40 | 3B | 0 | 55 | EB | 2F | A |
| Octal | 16 | 20 | 47 | 100 | 73 | 0 | 125 | 353 | 57 | 12 |
| Binary | 1110 | 10000 | 100111 | 1000000 | 111011 | 0 | 1010101 | 11101011 | 101111 | 1010 |
Color Harmonies of #0E1027
Complementary color
Monochromatic Colors of #0E1027
Black with #0E1027
Text Example
Text Example
White with #0E1027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1027; }
p { color: rgb(14,16,39); }
H1.HeaderClassName
{
color: #0E1027;
}
.AnyTagClassName
{
color: #0E1027;
}
</style>
background-color css
<style>
a { background-color: #0E1027; }
a { background-color: rgb(14,16,39); }
div.DivClassName
{
background-color: #0E1027;
}
.BgClassName
{
background-color: #0E1027;
}
</style>
border-color css
<style>
span { border-color: #0E1027; }
span { border-color: rgb(14,16,39); }
td.TdClassName
{
border-color: #0E1027;
}
.TagClassName
{
border-color: #0E1027;
}
</style>