Shades of Black Russian #110D34
Tints of Black Russian #110D34
RGB
CMYK
RGB Variations
Color information
#110D34 (or 0x110D34) is known color: Black Russian. HEX triplet: 11, 0D and 34. RGB value is (17,13,52). Sum of RGB (Red+Green+Blue) = 17+13+52=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 52 (20.70% from 255 or 63.41% from 82); Max value from RGB is 52 - color contains mainly: blue. Hex color #110D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D34 is #EEF2CB. Grayscale: #121212. Windows color (decimal): -15659724 or 3411217. OLE color: 3411217.
HSL color Cylindrical-coordinate representation of color #110D34: hue angle of 246.15º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #110D34 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 13 | 52 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.80 |
| HSL | 246.15º | 0.6% | 0.13% | - |
| HSV(B) | 246.15º | 0.75% | 0.2% | - |
| XYZ | 0.99 | 0.65 | 3.32 | - |
| YUV | 18.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 52 | 0.67 | 0.75 | 0 | 0.80 | 246.15 | 0.6 | 0.13 |
| Hex | 11 | D | 34 | 43 | 4B | 0 | 50 | F6 | 3C | D |
| Octal | 21 | 15 | 64 | 103 | 113 | 0 | 120 | 366 | 74 | 15 |
| Binary | 10001 | 1101 | 110100 | 1000011 | 1001011 | 0 | 1010000 | 11110110 | 111100 | 1101 |
Color Harmonies of #110D34
Complementary color
Monochromatic Colors of #110D34
Black with #110D34
Text Example
Text Example
White with #110D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D34; }
p { color: rgb(17,13,52); }
H1.HeaderClassName
{
color: #110D34;
}
.AnyTagClassName
{
color: #110D34;
}
</style>
background-color css
<style>
a { background-color: #110D34; }
a { background-color: rgb(17,13,52); }
div.DivClassName
{
background-color: #110D34;
}
.BgClassName
{
background-color: #110D34;
}
</style>
border-color css
<style>
span { border-color: #110D34; }
span { border-color: rgb(17,13,52); }
td.TdClassName
{
border-color: #110D34;
}
.TagClassName
{
border-color: #110D34;
}
</style>