Shades of Black Russian #110E2C
Tints of Black Russian #110E2C
RGB
CMYK
RGB Variations
Color information
#110E2C (or 0x110E2C) is known color: Black Russian. HEX triplet: 11, 0E and 2C. RGB value is (17,14,44). Sum of RGB (Red+Green+Blue) = 17+14+44=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #110E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E2C is #EEF1D3. Grayscale: #121212. Windows color (decimal): -15659476 or 2887185. OLE color: 2887185.
HSL color Cylindrical-coordinate representation of color #110E2C: hue angle of 246º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #110E2C is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 14 | 44 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.83 |
| HSL | 246º | 0.52% | 0.11% | - |
| HSV(B) | 246º | 0.68% | 0.17% | - |
| XYZ | 0.84 | 0.62 | 2.46 | - |
| YUV | 18.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 44 | 0.61 | 0.68 | 0 | 0.83 | 246 | 0.52 | 0.11 |
| Hex | 11 | E | 2C | 3D | 44 | 0 | 53 | F6 | 34 | B |
| Octal | 21 | 16 | 54 | 75 | 104 | 0 | 123 | 366 | 64 | 13 |
| Binary | 10001 | 1110 | 101100 | 111101 | 1000100 | 0 | 1010011 | 11110110 | 110100 | 1011 |
Color Harmonies of #110E2C
Complementary color
Monochromatic Colors of #110E2C
Black with #110E2C
Text Example
Text Example
White with #110E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E2C; }
p { color: rgb(17,14,44); }
H1.HeaderClassName
{
color: #110E2C;
}
.AnyTagClassName
{
color: #110E2C;
}
</style>
background-color css
<style>
a { background-color: #110E2C; }
a { background-color: rgb(17,14,44); }
div.DivClassName
{
background-color: #110E2C;
}
.BgClassName
{
background-color: #110E2C;
}
</style>
border-color css
<style>
span { border-color: #110E2C; }
span { border-color: rgb(17,14,44); }
td.TdClassName
{
border-color: #110E2C;
}
.TagClassName
{
border-color: #110E2C;
}
</style>