Shades of Black Russian #110D2F
Tints of Black Russian #110D2F
RGB
CMYK
RGB Variations
Color information
#110D2F (or 0x110D2F) is known color: Black Russian. HEX triplet: 11, 0D and 2F. RGB value is (17,13,47). Sum of RGB (Red+Green+Blue) = 17+13+47=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #110D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D2F is #EEF2D0. Grayscale: #111111. Windows color (decimal): -15659729 or 3083537. OLE color: 3083537.
HSL color Cylindrical-coordinate representation of color #110D2F: hue angle of 247.06º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #110D2F is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 13 | 47 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.82 |
| HSL | 247.06º | 0.57% | 0.12% | - |
| HSV(B) | 247.06º | 0.72% | 0.18% | - |
| XYZ | 0.89 | 0.61 | 2.76 | - |
| YUV | 18.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 47 | 0.64 | 0.72 | 0 | 0.82 | 247.06 | 0.57 | 0.12 |
| Hex | 11 | D | 2F | 40 | 48 | 0 | 52 | F7 | 39 | C |
| Octal | 21 | 15 | 57 | 100 | 110 | 0 | 122 | 367 | 71 | 14 |
| Binary | 10001 | 1101 | 101111 | 1000000 | 1001000 | 0 | 1010010 | 11110111 | 111001 | 1100 |
Color Harmonies of #110D2F
Complementary color
Monochromatic Colors of #110D2F
Black with #110D2F
Text Example
Text Example
White with #110D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D2F; }
p { color: rgb(17,13,47); }
H1.HeaderClassName
{
color: #110D2F;
}
.AnyTagClassName
{
color: #110D2F;
}
</style>
background-color css
<style>
a { background-color: #110D2F; }
a { background-color: rgb(17,13,47); }
div.DivClassName
{
background-color: #110D2F;
}
.BgClassName
{
background-color: #110D2F;
}
</style>
border-color css
<style>
span { border-color: #110D2F; }
span { border-color: rgb(17,13,47); }
td.TdClassName
{
border-color: #110D2F;
}
.TagClassName
{
border-color: #110D2F;
}
</style>