Shades of Black Russian #101320
Tints of Black Russian #101320
RGB
CMYK
RGB Variations
Color information
#101320 (or 0x101320) is known color: Black Russian. HEX triplet: 10, 13 and 20. RGB value is (16,19,32). Sum of RGB (Red+Green+Blue) = 16+19+32=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 32 - color contains mainly: blue. Hex color #101320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101320 is #EFECDF. Grayscale: #131313. Windows color (decimal): -15723744 or 2102032. OLE color: 2102032.
HSL color Cylindrical-coordinate representation of color #101320: hue angle of 228.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 #101320 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 19 | 32 | - |
| CMYK | 0.5 | 0.41 | 0 | 0.87 |
| HSL | 228.75º | 0.33% | 0.09% | - |
| HSV(B) | 228.75º | 0.5% | 0.13% | - |
| XYZ | 0.71 | 0.68 | 1.46 | - |
| YUV | 19.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 32 | 0.5 | 0.41 | 0 | 0.87 | 228.75 | 0.33 | 0.09 |
| Hex | 10 | 13 | 20 | 32 | 29 | 0 | 57 | E5 | 21 | 9 |
| Octal | 20 | 23 | 40 | 62 | 51 | 0 | 127 | 345 | 41 | 11 |
| Binary | 10000 | 10011 | 100000 | 110010 | 101001 | 0 | 1010111 | 11100101 | 100001 | 1001 |
Color Harmonies of #101320
Complementary color
Monochromatic Colors of #101320
Black with #101320
Text Example
Text Example
White with #101320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101320; }
p { color: rgb(16,19,32); }
H1.HeaderClassName
{
color: #101320;
}
.AnyTagClassName
{
color: #101320;
}
</style>
background-color css
<style>
a { background-color: #101320; }
a { background-color: rgb(16,19,32); }
div.DivClassName
{
background-color: #101320;
}
.BgClassName
{
background-color: #101320;
}
</style>
border-color css
<style>
span { border-color: #101320; }
span { border-color: rgb(16,19,32); }
td.TdClassName
{
border-color: #101320;
}
.TagClassName
{
border-color: #101320;
}
</style>