Shades of Black Russian #110D2A
Tints of Black Russian #110D2A
RGB
CMYK
RGB Variations
Color information
#110D2A (or 0x110D2A) is known color: Black Russian. HEX triplet: 11, 0D and 2A. RGB value is (17,13,42). Sum of RGB (Red+Green+Blue) = 17+13+42=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 42 (16.80% from 255 or 58.33% from 72); Max value from RGB is 42 - color contains mainly: blue. Hex color #110D2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D2A is #EEF2D5. Grayscale: #111111. Windows color (decimal): -15659734 or 2755857. OLE color: 2755857.
HSL color Cylindrical-coordinate representation of color #110D2A: hue angle of 248.28º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #110D2A is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 13 | 42 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.84 |
| HSL | 248.28º | 0.53% | 0.11% | - |
| HSV(B) | 248.28º | 0.69% | 0.16% | - |
| XYZ | 0.79 | 0.57 | 2.26 | - |
| YUV | 17.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 42 | 0.60 | 0.69 | 0 | 0.84 | 248.28 | 0.53 | 0.11 |
| Hex | 11 | D | 2A | 3C | 45 | 0 | 54 | F8 | 35 | B |
| Octal | 21 | 15 | 52 | 74 | 105 | 0 | 124 | 370 | 65 | 13 |
| Binary | 10001 | 1101 | 101010 | 111100 | 1000101 | 0 | 1010100 | 11111000 | 110101 | 1011 |
Color Harmonies of #110D2A
Complementary color
Monochromatic Colors of #110D2A
Black with #110D2A
Text Example
Text Example
White with #110D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D2A; }
p { color: rgb(17,13,42); }
H1.HeaderClassName
{
color: #110D2A;
}
.AnyTagClassName
{
color: #110D2A;
}
</style>
background-color css
<style>
a { background-color: #110D2A; }
a { background-color: rgb(17,13,42); }
div.DivClassName
{
background-color: #110D2A;
}
.BgClassName
{
background-color: #110D2A;
}
</style>
border-color css
<style>
span { border-color: #110D2A; }
span { border-color: rgb(17,13,42); }
td.TdClassName
{
border-color: #110D2A;
}
.TagClassName
{
border-color: #110D2A;
}
</style>