Shades of Black Russian #110D37
Tints of Black Russian #110D37
RGB
CMYK
RGB Variations
Color information
#110D37 (or 0x110D37) is known color: Black Russian. HEX triplet: 11, 0D and 37. RGB value is (17,13,55). Sum of RGB (Red+Green+Blue) = 17+13+55=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #110D37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D37 is #EEF2C8. Grayscale: #121212. Windows color (decimal): -15659721 or 3607825. OLE color: 3607825.
HSL color Cylindrical-coordinate representation of color #110D37: hue angle of 245.71º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110D37 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 13 | 55 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.78 |
| HSL | 245.71º | 0.62% | 0.13% | - |
| HSV(B) | 245.71º | 0.76% | 0.22% | - |
| XYZ | 1.06 | 0.68 | 3.69 | - |
| YUV | 18.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 55 | 0.69 | 0.76 | 0 | 0.78 | 245.71 | 0.62 | 0.13 |
| Hex | 11 | D | 37 | 45 | 4C | 0 | 4E | F6 | 3E | D |
| Octal | 21 | 15 | 67 | 105 | 114 | 0 | 116 | 366 | 76 | 15 |
| Binary | 10001 | 1101 | 110111 | 1000101 | 1001100 | 0 | 1001110 | 11110110 | 111110 | 1101 |
Color Harmonies of #110D37
Complementary color
Monochromatic Colors of #110D37
Black with #110D37
Text Example
Text Example
White with #110D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D37; }
p { color: rgb(17,13,55); }
H1.HeaderClassName
{
color: #110D37;
}
.AnyTagClassName
{
color: #110D37;
}
</style>
background-color css
<style>
a { background-color: #110D37; }
a { background-color: rgb(17,13,55); }
div.DivClassName
{
background-color: #110D37;
}
.BgClassName
{
background-color: #110D37;
}
</style>
border-color css
<style>
span { border-color: #110D37; }
span { border-color: rgb(17,13,55); }
td.TdClassName
{
border-color: #110D37;
}
.TagClassName
{
border-color: #110D37;
}
</style>