Shades of Black Russian #110F20
Tints of Black Russian #110F20
RGB
CMYK
RGB Variations
Color information
#110F20 (or 0x110F20) is known color: Black Russian. HEX triplet: 11, 0F and 20. RGB value is (17,15,32). Sum of RGB (Red+Green+Blue) = 17+15+32=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #110F20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F20 is #EEF0DF. Grayscale: #111111. Windows color (decimal): -15659232 or 2101009. OLE color: 2101009.
HSL color Cylindrical-coordinate representation of color #110F20: hue angle of 247.06º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #110F20 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 15 | 32 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.87 |
| HSL | 247.06º | 0.36% | 0.09% | - |
| HSV(B) | 247.06º | 0.53% | 0.13% | - |
| XYZ | 0.66 | 0.57 | 1.44 | - |
| YUV | 17.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 32 | 0.47 | 0.53 | 0 | 0.87 | 247.06 | 0.36 | 0.09 |
| Hex | 11 | F | 20 | 2F | 35 | 0 | 57 | F7 | 24 | 9 |
| Octal | 21 | 17 | 40 | 57 | 65 | 0 | 127 | 367 | 44 | 11 |
| Binary | 10001 | 1111 | 100000 | 101111 | 110101 | 0 | 1010111 | 11110111 | 100100 | 1001 |
Color Harmonies of #110F20
Complementary color
Monochromatic Colors of #110F20
Black with #110F20
Text Example
Text Example
White with #110F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F20; }
p { color: rgb(17,15,32); }
H1.HeaderClassName
{
color: #110F20;
}
.AnyTagClassName
{
color: #110F20;
}
</style>
background-color css
<style>
a { background-color: #110F20; }
a { background-color: rgb(17,15,32); }
div.DivClassName
{
background-color: #110F20;
}
.BgClassName
{
background-color: #110F20;
}
</style>
border-color css
<style>
span { border-color: #110F20; }
span { border-color: rgb(17,15,32); }
td.TdClassName
{
border-color: #110F20;
}
.TagClassName
{
border-color: #110F20;
}
</style>