Shades of Black Russian #0E102B
Tints of Black Russian #0E102B
RGB
CMYK
RGB Variations
Color information
#0E102B (or 0x0E102B) is known color: Black Russian. HEX triplet: 0E, 10 and 2B. RGB value is (14,16,43). Sum of RGB (Red+Green+Blue) = 14+16+43=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #0E102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E102B is #F1EFD4. Grayscale: #121212. Windows color (decimal): -15855573 or 2822158. OLE color: 2822158.
HSL color Cylindrical-coordinate representation of color #0E102B: hue angle of 235.86º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0E102B is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 16 | 43 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.83 |
| HSL | 235.86º | 0.51% | 0.11% | - |
| HSV(B) | 235.86º | 0.67% | 0.17% | - |
| XYZ | 0.8 | 0.64 | 2.37 | - |
| YUV | 18.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 43 | 0.67 | 0.63 | 0 | 0.83 | 235.86 | 0.51 | 0.11 |
| Hex | E | 10 | 2B | 43 | 3F | 0 | 53 | EC | 33 | B |
| Octal | 16 | 20 | 53 | 103 | 77 | 0 | 123 | 354 | 63 | 13 |
| Binary | 1110 | 10000 | 101011 | 1000011 | 111111 | 0 | 1010011 | 11101100 | 110011 | 1011 |
Color Harmonies of #0E102B
Complementary color
Monochromatic Colors of #0E102B
Black with #0E102B
Text Example
Text Example
White with #0E102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E102B; }
p { color: rgb(14,16,43); }
H1.HeaderClassName
{
color: #0E102B;
}
.AnyTagClassName
{
color: #0E102B;
}
</style>
background-color css
<style>
a { background-color: #0E102B; }
a { background-color: rgb(14,16,43); }
div.DivClassName
{
background-color: #0E102B;
}
.BgClassName
{
background-color: #0E102B;
}
</style>
border-color css
<style>
span { border-color: #0E102B; }
span { border-color: rgb(14,16,43); }
td.TdClassName
{
border-color: #0E102B;
}
.TagClassName
{
border-color: #0E102B;
}
</style>