Shades of Black Russian #110E34
Tints of Black Russian #110E34
RGB
CMYK
RGB Variations
Color information
#110E34 (or 0x110E34) is known color: Black Russian. HEX triplet: 11, 0E and 34. RGB value is (17,14,52). Sum of RGB (Red+Green+Blue) = 17+14+52=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #110E34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E34 is #EEF1CB. Grayscale: #131313. Windows color (decimal): -15659468 or 3411473. OLE color: 3411473.
HSL color Cylindrical-coordinate representation of color #110E34: hue angle of 244.74º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #110E34 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 14 | 52 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.80 |
| HSL | 244.74º | 0.58% | 0.13% | - |
| HSV(B) | 244.74º | 0.73% | 0.2% | - |
| XYZ | 1.01 | 0.68 | 3.33 | - |
| YUV | 19.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 52 | 0.67 | 0.73 | 0 | 0.80 | 244.74 | 0.58 | 0.13 |
| Hex | 11 | E | 34 | 43 | 49 | 0 | 50 | F5 | 3A | D |
| Octal | 21 | 16 | 64 | 103 | 111 | 0 | 120 | 365 | 72 | 15 |
| Binary | 10001 | 1110 | 110100 | 1000011 | 1001001 | 0 | 1010000 | 11110101 | 111010 | 1101 |
Color Harmonies of #110E34
Complementary color
Monochromatic Colors of #110E34
Black with #110E34
Text Example
Text Example
White with #110E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E34; }
p { color: rgb(17,14,52); }
H1.HeaderClassName
{
color: #110E34;
}
.AnyTagClassName
{
color: #110E34;
}
</style>
background-color css
<style>
a { background-color: #110E34; }
a { background-color: rgb(17,14,52); }
div.DivClassName
{
background-color: #110E34;
}
.BgClassName
{
background-color: #110E34;
}
</style>
border-color css
<style>
span { border-color: #110E34; }
span { border-color: rgb(17,14,52); }
td.TdClassName
{
border-color: #110E34;
}
.TagClassName
{
border-color: #110E34;
}
</style>