Shades of Black Russian #110E2E
Tints of Black Russian #110E2E
RGB
CMYK
RGB Variations
Color information
#110E2E (or 0x110E2E) is known color: Black Russian. HEX triplet: 11, 0E and 2E. RGB value is (17,14,46). Sum of RGB (Red+Green+Blue) = 17+14+46=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #110E2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E2E is #EEF1D1. Grayscale: #121212. Windows color (decimal): -15659474 or 3018257. OLE color: 3018257.
HSL color Cylindrical-coordinate representation of color #110E2E: hue angle of 245.62º degrees, saturation: 0.53, 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 #110E2E is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 14 | 46 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.82 |
| HSL | 245.63º | 0.53% | 0.12% | - |
| HSV(B) | 245.63º | 0.7% | 0.18% | - |
| XYZ | 0.88 | 0.63 | 2.66 | - |
| YUV | 18.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 46 | 0.63 | 0.70 | 0 | 0.82 | 245.63 | 0.53 | 0.12 |
| Hex | 11 | E | 2E | 3F | 46 | 0 | 52 | F6 | 35 | C |
| Octal | 21 | 16 | 56 | 77 | 106 | 0 | 122 | 366 | 65 | 14 |
| Binary | 10001 | 1110 | 101110 | 111111 | 1000110 | 0 | 1010010 | 11110110 | 110101 | 1100 |
Color Harmonies of #110E2E
Complementary color
Monochromatic Colors of #110E2E
Black with #110E2E
Text Example
Text Example
White with #110E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E2E; }
p { color: rgb(17,14,46); }
H1.HeaderClassName
{
color: #110E2E;
}
.AnyTagClassName
{
color: #110E2E;
}
</style>
background-color css
<style>
a { background-color: #110E2E; }
a { background-color: rgb(17,14,46); }
div.DivClassName
{
background-color: #110E2E;
}
.BgClassName
{
background-color: #110E2E;
}
</style>
border-color css
<style>
span { border-color: #110E2E; }
span { border-color: rgb(17,14,46); }
td.TdClassName
{
border-color: #110E2E;
}
.TagClassName
{
border-color: #110E2E;
}
</style>