Shades of Black Russian #111020
Tints of Black Russian #111020
RGB
CMYK
RGB Variations
Color information
#111020 (or 0x111020) is known color: Black Russian. HEX triplet: 11, 10 and 20. RGB value is (17,16,32). Sum of RGB (Red+Green+Blue) = 17+16+32=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #111020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111020 is #EEEFDF. Grayscale: #121212. Windows color (decimal): -15658976 or 2101265. OLE color: 2101265.
HSL color Cylindrical-coordinate representation of color #111020: hue angle of 243.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #111020 is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 16 | 32 | - |
| CMYK | 0.47 | 0.5 | 0 | 0.87 |
| HSL | 243.75º | 0.33% | 0.09% | - |
| HSV(B) | 243.75º | 0.5% | 0.13% | - |
| XYZ | 0.68 | 0.59 | 1.45 | - |
| YUV | 18.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 32 | 0.47 | 0.5 | 0 | 0.87 | 243.75 | 0.33 | 0.09 |
| Hex | 11 | 10 | 20 | 2F | 32 | 0 | 57 | F4 | 21 | 9 |
| Octal | 21 | 20 | 40 | 57 | 62 | 0 | 127 | 364 | 41 | 11 |
| Binary | 10001 | 10000 | 100000 | 101111 | 110010 | 0 | 1010111 | 11110100 | 100001 | 1001 |
Color Harmonies of #111020
Complementary color
Monochromatic Colors of #111020
Black with #111020
Text Example
Text Example
White with #111020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111020; }
p { color: rgb(17,16,32); }
H1.HeaderClassName
{
color: #111020;
}
.AnyTagClassName
{
color: #111020;
}
</style>
background-color css
<style>
a { background-color: #111020; }
a { background-color: rgb(17,16,32); }
div.DivClassName
{
background-color: #111020;
}
.BgClassName
{
background-color: #111020;
}
</style>
border-color css
<style>
span { border-color: #111020; }
span { border-color: rgb(17,16,32); }
td.TdClassName
{
border-color: #111020;
}
.TagClassName
{
border-color: #111020;
}
</style>