Shades of Black Russian #101321
Tints of Black Russian #101321
RGB
CMYK
RGB Variations
Color information
#101321 (or 0x101321) is known color: Black Russian. HEX triplet: 10, 13 and 21. RGB value is (16,19,33). Sum of RGB (Red+Green+Blue) = 16+19+33=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #101321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101321 is #EFECDE. Grayscale: #131313. Windows color (decimal): -15723743 or 2167568. OLE color: 2167568.
HSL color Cylindrical-coordinate representation of color #101321: hue angle of 229.41º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #101321 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 19 | 33 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.87 |
| HSL | 229.41º | 0.35% | 0.1% | - |
| HSV(B) | 229.41º | 0.52% | 0.13% | - |
| XYZ | 0.72 | 0.69 | 1.53 | - |
| YUV | 19.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 33 | 0.52 | 0.42 | 0 | 0.87 | 229.41 | 0.35 | 0.1 |
| Hex | 10 | 13 | 21 | 34 | 2A | 0 | 57 | E5 | 23 | A |
| Octal | 20 | 23 | 41 | 64 | 52 | 0 | 127 | 345 | 43 | 12 |
| Binary | 10000 | 10011 | 100001 | 110100 | 101010 | 0 | 1010111 | 11100101 | 100011 | 1010 |
Color Harmonies of #101321
Complementary color
Monochromatic Colors of #101321
Black with #101321
Text Example
Text Example
White with #101321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101321; }
p { color: rgb(16,19,33); }
H1.HeaderClassName
{
color: #101321;
}
.AnyTagClassName
{
color: #101321;
}
</style>
background-color css
<style>
a { background-color: #101321; }
a { background-color: rgb(16,19,33); }
div.DivClassName
{
background-color: #101321;
}
.BgClassName
{
background-color: #101321;
}
</style>
border-color css
<style>
span { border-color: #101321; }
span { border-color: rgb(16,19,33); }
td.TdClassName
{
border-color: #101321;
}
.TagClassName
{
border-color: #101321;
}
</style>