Shades of Black Russian #110D26
Tints of Black Russian #110D26
RGB
CMYK
RGB Variations
Color information
#110D26 (or 0x110D26) is known color: Black Russian. HEX triplet: 11, 0D and 26. RGB value is (17,13,38). Sum of RGB (Red+Green+Blue) = 17+13+38=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #110D26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D26 is #EEF2D9. Grayscale: #101010. Windows color (decimal): -15659738 or 2493713. OLE color: 2493713.
HSL color Cylindrical-coordinate representation of color #110D26: hue angle of 249.6º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #110D26 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 13 | 38 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.85 |
| HSL | 249.6º | 0.49% | 0.1% | - |
| HSV(B) | 249.6º | 0.66% | 0.15% | - |
| XYZ | 0.72 | 0.55 | 1.9 | - |
| YUV | 17.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 38 | 0.55 | 0.66 | 0 | 0.85 | 249.6 | 0.49 | 0.1 |
| Hex | 11 | D | 26 | 37 | 42 | 0 | 55 | FA | 31 | A |
| Octal | 21 | 15 | 46 | 67 | 102 | 0 | 125 | 372 | 61 | 12 |
| Binary | 10001 | 1101 | 100110 | 110111 | 1000010 | 0 | 1010101 | 11111010 | 110001 | 1010 |
Color Harmonies of #110D26
Complementary color
Monochromatic Colors of #110D26
Black with #110D26
Text Example
Text Example
White with #110D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D26; }
p { color: rgb(17,13,38); }
H1.HeaderClassName
{
color: #110D26;
}
.AnyTagClassName
{
color: #110D26;
}
</style>
background-color css
<style>
a { background-color: #110D26; }
a { background-color: rgb(17,13,38); }
div.DivClassName
{
background-color: #110D26;
}
.BgClassName
{
background-color: #110D26;
}
</style>
border-color css
<style>
span { border-color: #110D26; }
span { border-color: rgb(17,13,38); }
td.TdClassName
{
border-color: #110D26;
}
.TagClassName
{
border-color: #110D26;
}
</style>