Shades of Black Russian #0E102F
Tints of Black Russian #0E102F
RGB
CMYK
RGB Variations
Color information
#0E102F (or 0x0E102F) is known color: Black Russian. HEX triplet: 0E, 10 and 2F. RGB value is (14,16,47). Sum of RGB (Red+Green+Blue) = 14+16+47=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #0E102F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E102F is #F1EFD0. Grayscale: #121212. Windows color (decimal): -15855569 or 3084302. OLE color: 3084302.
HSL color Cylindrical-coordinate representation of color #0E102F: hue angle of 236.36º 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 #0E102F is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 16 | 47 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.82 |
| HSL | 236.36º | 0.54% | 0.12% | - |
| HSV(B) | 236.36º | 0.7% | 0.18% | - |
| XYZ | 0.88 | 0.67 | 2.77 | - |
| YUV | 18.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 47 | 0.70 | 0.66 | 0 | 0.82 | 236.36 | 0.54 | 0.12 |
| Hex | E | 10 | 2F | 46 | 42 | 0 | 52 | EC | 36 | C |
| Octal | 16 | 20 | 57 | 106 | 102 | 0 | 122 | 354 | 66 | 14 |
| Binary | 1110 | 10000 | 101111 | 1000110 | 1000010 | 0 | 1010010 | 11101100 | 110110 | 1100 |
Color Harmonies of #0E102F
Complementary color
Monochromatic Colors of #0E102F
Black with #0E102F
Text Example
Text Example
White with #0E102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E102F; }
p { color: rgb(14,16,47); }
H1.HeaderClassName
{
color: #0E102F;
}
.AnyTagClassName
{
color: #0E102F;
}
</style>
background-color css
<style>
a { background-color: #0E102F; }
a { background-color: rgb(14,16,47); }
div.DivClassName
{
background-color: #0E102F;
}
.BgClassName
{
background-color: #0E102F;
}
</style>
border-color css
<style>
span { border-color: #0E102F; }
span { border-color: rgb(14,16,47); }
td.TdClassName
{
border-color: #0E102F;
}
.TagClassName
{
border-color: #0E102F;
}
</style>