Shades of Black Russian #0E102D
Tints of Black Russian #0E102D
RGB
CMYK
RGB Variations
Color information
#0E102D (or 0x0E102D) is known color: Black Russian. HEX triplet: 0E, 10 and 2D. RGB value is (14,16,45). Sum of RGB (Red+Green+Blue) = 14+16+45=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E102D is #F1EFD2. Grayscale: #121212. Windows color (decimal): -15855571 or 2953230. OLE color: 2953230.
HSL color Cylindrical-coordinate representation of color #0E102D: hue angle of 236.13º 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 #0E102D is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 16 | 45 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.82 |
| HSL | 236.13º | 0.53% | 0.12% | - |
| HSV(B) | 236.13º | 0.69% | 0.18% | - |
| XYZ | 0.84 | 0.65 | 2.56 | - |
| YUV | 18.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 45 | 0.69 | 0.64 | 0 | 0.82 | 236.13 | 0.53 | 0.12 |
| Hex | E | 10 | 2D | 45 | 40 | 0 | 52 | EC | 35 | C |
| Octal | 16 | 20 | 55 | 105 | 100 | 0 | 122 | 354 | 65 | 14 |
| Binary | 1110 | 10000 | 101101 | 1000101 | 1000000 | 0 | 1010010 | 11101100 | 110101 | 1100 |
Color Harmonies of #0E102D
Complementary color
Monochromatic Colors of #0E102D
Black with #0E102D
Text Example
Text Example
White with #0E102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E102D; }
p { color: rgb(14,16,45); }
H1.HeaderClassName
{
color: #0E102D;
}
.AnyTagClassName
{
color: #0E102D;
}
</style>
background-color css
<style>
a { background-color: #0E102D; }
a { background-color: rgb(14,16,45); }
div.DivClassName
{
background-color: #0E102D;
}
.BgClassName
{
background-color: #0E102D;
}
</style>
border-color css
<style>
span { border-color: #0E102D; }
span { border-color: rgb(14,16,45); }
td.TdClassName
{
border-color: #0E102D;
}
.TagClassName
{
border-color: #0E102D;
}
</style>