Shades of Black Russian #101120
Tints of Black Russian #101120
RGB
CMYK
RGB Variations
Color information
#101120 (or 0x101120) is known color: Black Russian. HEX triplet: 10, 11 and 20. RGB value is (16,17,32). Sum of RGB (Red+Green+Blue) = 16+17+32=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 17 (7.03% from 255 or 26.15% 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 #101120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101120 is #EFEEDF. Grayscale: #121212. Windows color (decimal): -15724256 or 2101520. OLE color: 2101520.
HSL color Cylindrical-coordinate representation of color #101120: hue angle of 236.25º 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 #101120 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 17 | 32 | - |
| CMYK | 0.5 | 0.47 | 0 | 0.87 |
| HSL | 236.25º | 0.33% | 0.09% | - |
| HSV(B) | 236.25º | 0.5% | 0.13% | - |
| XYZ | 0.67 | 0.62 | 1.45 | - |
| YUV | 18.41 | 135.67 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 32 | 0.5 | 0.47 | 0 | 0.87 | 236.25 | 0.33 | 0.09 |
| Hex | 10 | 11 | 20 | 32 | 2F | 0 | 57 | EC | 21 | 9 |
| Octal | 20 | 21 | 40 | 62 | 57 | 0 | 127 | 354 | 41 | 11 |
| Binary | 10000 | 10001 | 100000 | 110010 | 101111 | 0 | 1010111 | 11101100 | 100001 | 1001 |
Color Harmonies of #101120
Complementary color
Monochromatic Colors of #101120
Black with #101120
Text Example
Text Example
White with #101120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101120; }
p { color: rgb(16,17,32); }
H1.HeaderClassName
{
color: #101120;
}
.AnyTagClassName
{
color: #101120;
}
</style>
background-color css
<style>
a { background-color: #101120; }
a { background-color: rgb(16,17,32); }
div.DivClassName
{
background-color: #101120;
}
.BgClassName
{
background-color: #101120;
}
</style>
border-color css
<style>
span { border-color: #101120; }
span { border-color: rgb(16,17,32); }
td.TdClassName
{
border-color: #101120;
}
.TagClassName
{
border-color: #101120;
}
</style>