Shades of Black Russian #110E2D
Tints of Black Russian #110E2D
RGB
CMYK
RGB Variations
Color information
#110E2D (or 0x110E2D) is known color: Black Russian. HEX triplet: 11, 0E and 2D. RGB value is (17,14,45). Sum of RGB (Red+Green+Blue) = 17+14+45=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #110E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E2D is #EEF1D2. Grayscale: #121212. Windows color (decimal): -15659475 or 2952721. OLE color: 2952721.
HSL color Cylindrical-coordinate representation of color #110E2D: hue angle of 245.81º 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 #110E2D is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 14 | 45 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.82 |
| HSL | 245.81º | 0.53% | 0.12% | - |
| HSV(B) | 245.81º | 0.69% | 0.18% | - |
| XYZ | 0.86 | 0.62 | 2.56 | - |
| YUV | 18.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 45 | 0.62 | 0.69 | 0 | 0.82 | 245.81 | 0.53 | 0.12 |
| Hex | 11 | E | 2D | 3E | 45 | 0 | 52 | F6 | 35 | C |
| Octal | 21 | 16 | 55 | 76 | 105 | 0 | 122 | 366 | 65 | 14 |
| Binary | 10001 | 1110 | 101101 | 111110 | 1000101 | 0 | 1010010 | 11110110 | 110101 | 1100 |
Color Harmonies of #110E2D
Complementary color
Monochromatic Colors of #110E2D
Black with #110E2D
Text Example
Text Example
White with #110E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E2D; }
p { color: rgb(17,14,45); }
H1.HeaderClassName
{
color: #110E2D;
}
.AnyTagClassName
{
color: #110E2D;
}
</style>
background-color css
<style>
a { background-color: #110E2D; }
a { background-color: rgb(17,14,45); }
div.DivClassName
{
background-color: #110E2D;
}
.BgClassName
{
background-color: #110E2D;
}
</style>
border-color css
<style>
span { border-color: #110E2D; }
span { border-color: rgb(17,14,45); }
td.TdClassName
{
border-color: #110E2D;
}
.TagClassName
{
border-color: #110E2D;
}
</style>