Shades of Black Russian #110D2B
Tints of Black Russian #110D2B
RGB
CMYK
RGB Variations
Color information
#110D2B (or 0x110D2B) is known color: Black Russian. HEX triplet: 11, 0D and 2B. RGB value is (17,13,43). Sum of RGB (Red+Green+Blue) = 17+13+43=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #110D2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D2B is #EEF2D4. Grayscale: #111111. Windows color (decimal): -15659733 or 2821393. OLE color: 2821393.
HSL color Cylindrical-coordinate representation of color #110D2B: hue angle of 248º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #110D2B is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 17 | 13 | 43 | - |
| CMYK | 0.60 | 0.70 | 0 | 0.83 |
| HSL | 248º | 0.54% | 0.11% | - |
| HSV(B) | 248º | 0.7% | 0.17% | - |
| XYZ | 0.81 | 0.58 | 2.35 | - |
| YUV | 17.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 43 | 0.60 | 0.70 | 0 | 0.83 | 248 | 0.54 | 0.11 |
| Hex | 11 | D | 2B | 3C | 46 | 0 | 53 | F8 | 36 | B |
| Octal | 21 | 15 | 53 | 74 | 106 | 0 | 123 | 370 | 66 | 13 |
| Binary | 10001 | 1101 | 101011 | 111100 | 1000110 | 0 | 1010011 | 11111000 | 110110 | 1011 |
Color Harmonies of #110D2B
Complementary color
Monochromatic Colors of #110D2B
Black with #110D2B
Text Example
Text Example
White with #110D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D2B; }
p { color: rgb(17,13,43); }
H1.HeaderClassName
{
color: #110D2B;
}
.AnyTagClassName
{
color: #110D2B;
}
</style>
background-color css
<style>
a { background-color: #110D2B; }
a { background-color: rgb(17,13,43); }
div.DivClassName
{
background-color: #110D2B;
}
.BgClassName
{
background-color: #110D2B;
}
</style>
border-color css
<style>
span { border-color: #110D2B; }
span { border-color: rgb(17,13,43); }
td.TdClassName
{
border-color: #110D2B;
}
.TagClassName
{
border-color: #110D2B;
}
</style>