Shades of Black Russian #101520
Tints of Black Russian #101520
RGB
CMYK
RGB Variations
Color information
#101520 (or 0x101520) is known color: Black Russian. HEX triplet: 10, 15 and 20. RGB value is (16,21,32). Sum of RGB (Red+Green+Blue) = 16+21+32=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #101520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101520 is #EFEADF. Grayscale: #141414. Windows color (decimal): -15723232 or 2102544. OLE color: 2102544.
HSL color Cylindrical-coordinate representation of color #101520: hue angle of 221.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 #101520 is Cyan = 0.5, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 21 | 32 | - |
| CMYK | 0.5 | 0.34 | 0 | 0.87 |
| HSL | 221.25º | 0.33% | 0.09% | - |
| HSV(B) | 221.25º | 0.5% | 0.13% | - |
| XYZ | 0.74 | 0.75 | 1.47 | - |
| YUV | 20.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 32 | 0.5 | 0.34 | 0 | 0.87 | 221.25 | 0.33 | 0.09 |
| Hex | 10 | 15 | 20 | 32 | 22 | 0 | 57 | DD | 21 | 9 |
| Octal | 20 | 25 | 40 | 62 | 42 | 0 | 127 | 335 | 41 | 11 |
| Binary | 10000 | 10101 | 100000 | 110010 | 100010 | 0 | 1010111 | 11011101 | 100001 | 1001 |
Color Harmonies of #101520
Complementary color
Monochromatic Colors of #101520
Black with #101520
Text Example
Text Example
White with #101520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101520; }
p { color: rgb(16,21,32); }
H1.HeaderClassName
{
color: #101520;
}
.AnyTagClassName
{
color: #101520;
}
</style>
background-color css
<style>
a { background-color: #101520; }
a { background-color: rgb(16,21,32); }
div.DivClassName
{
background-color: #101520;
}
.BgClassName
{
background-color: #101520;
}
</style>
border-color css
<style>
span { border-color: #101520; }
span { border-color: rgb(16,21,32); }
td.TdClassName
{
border-color: #101520;
}
.TagClassName
{
border-color: #101520;
}
</style>