Shades of Black Russian #110E24
Tints of Black Russian #110E24
RGB
CMYK
RGB Variations
Color information
#110E24 (or 0x110E24) is known color: Black Russian. HEX triplet: 11, 0E and 24. RGB value is (17,14,36). Sum of RGB (Red+Green+Blue) = 17+14+36=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #110E24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E24 is #EEF1DB. Grayscale: #111111. Windows color (decimal): -15659484 or 2362897. OLE color: 2362897.
HSL color Cylindrical-coordinate representation of color #110E24: hue angle of 248.18º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #110E24 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 14 | 36 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.86 |
| HSL | 248.18º | 0.44% | 0.1% | - |
| HSV(B) | 248.18º | 0.61% | 0.14% | - |
| XYZ | 0.71 | 0.56 | 1.74 | - |
| YUV | 17.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 36 | 0.53 | 0.61 | 0 | 0.86 | 248.18 | 0.44 | 0.1 |
| Hex | 11 | E | 24 | 35 | 3D | 0 | 56 | F8 | 2C | A |
| Octal | 21 | 16 | 44 | 65 | 75 | 0 | 126 | 370 | 54 | 12 |
| Binary | 10001 | 1110 | 100100 | 110101 | 111101 | 0 | 1010110 | 11111000 | 101100 | 1010 |
Color Harmonies of #110E24
Complementary color
Monochromatic Colors of #110E24
Black with #110E24
Text Example
Text Example
White with #110E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E24; }
p { color: rgb(17,14,36); }
H1.HeaderClassName
{
color: #110E24;
}
.AnyTagClassName
{
color: #110E24;
}
</style>
background-color css
<style>
a { background-color: #110E24; }
a { background-color: rgb(17,14,36); }
div.DivClassName
{
background-color: #110E24;
}
.BgClassName
{
background-color: #110E24;
}
</style>
border-color css
<style>
span { border-color: #110E24; }
span { border-color: rgb(17,14,36); }
td.TdClassName
{
border-color: #110E24;
}
.TagClassName
{
border-color: #110E24;
}
</style>