Shades of Black Russian #110E29
Tints of Black Russian #110E29
RGB
CMYK
RGB Variations
Color information
#110E29 (or 0x110E29) is known color: Black Russian. HEX triplet: 11, 0E and 29. RGB value is (17,14,41). Sum of RGB (Red+Green+Blue) = 17+14+41=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 41 (16.41% from 255 or 56.94% from 72); Max value from RGB is 41 - color contains mainly: blue. Hex color #110E29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E29 is #EEF1D6. Grayscale: #111111. Windows color (decimal): -15659479 or 2690577. OLE color: 2690577.
HSL color Cylindrical-coordinate representation of color #110E29: hue angle of 246.67º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #110E29 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 14 | 41 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.84 |
| HSL | 246.67º | 0.49% | 0.11% | - |
| HSV(B) | 246.67º | 0.66% | 0.16% | - |
| XYZ | 0.79 | 0.59 | 2.17 | - |
| YUV | 17.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 41 | 0.59 | 0.66 | 0 | 0.84 | 246.67 | 0.49 | 0.11 |
| Hex | 11 | E | 29 | 3B | 42 | 0 | 54 | F7 | 31 | B |
| Octal | 21 | 16 | 51 | 73 | 102 | 0 | 124 | 367 | 61 | 13 |
| Binary | 10001 | 1110 | 101001 | 111011 | 1000010 | 0 | 1010100 | 11110111 | 110001 | 1011 |
Color Harmonies of #110E29
Complementary color
Monochromatic Colors of #110E29
Black with #110E29
Text Example
Text Example
White with #110E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E29; }
p { color: rgb(17,14,41); }
H1.HeaderClassName
{
color: #110E29;
}
.AnyTagClassName
{
color: #110E29;
}
</style>
background-color css
<style>
a { background-color: #110E29; }
a { background-color: rgb(17,14,41); }
div.DivClassName
{
background-color: #110E29;
}
.BgClassName
{
background-color: #110E29;
}
</style>
border-color css
<style>
span { border-color: #110E29; }
span { border-color: rgb(17,14,41); }
td.TdClassName
{
border-color: #110E29;
}
.TagClassName
{
border-color: #110E29;
}
</style>