Shades of Black Russian #202131
Tints of Black Russian #202131
RGB
CMYK
RGB Variations
Color information
#202131 (or 0x202131) is known color: Black Russian. HEX triplet: 20, 21 and 31. RGB value is (32,33,49). Sum of RGB (Red+Green+Blue) = 32+33+49=114 (15% of max value = 765). Red value is 32 (12.89% from 255 or 28.07% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #202131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202131 is #DFDECE. Grayscale: #222222. Windows color (decimal): -14671567 or 3219744. OLE color: 3219744.
HSL color Cylindrical-coordinate representation of color #202131: hue angle of 236.47º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #202131 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 33 | 49 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.81 |
| HSL | 236.47º | 0.21% | 0.16% | - |
| HSV(B) | 236.47º | 0.35% | 0.19% | - |
| XYZ | 1.69 | 1.62 | 3.13 | - |
| YUV | 34.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 49 | 0.35 | 0.33 | 0 | 0.81 | 236.47 | 0.21 | 0.16 |
| Hex | 20 | 21 | 31 | 23 | 21 | 0 | 51 | EC | 15 | 10 |
| Octal | 40 | 41 | 61 | 43 | 41 | 0 | 121 | 354 | 25 | 20 |
| Binary | 100000 | 100001 | 110001 | 100011 | 100001 | 0 | 1010001 | 11101100 | 10101 | 10000 |
Color Harmonies of #202131
Complementary color
Monochromatic Colors of #202131
Black with #202131
Text Example
Text Example
White with #202131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202131; }
p { color: rgb(32,33,49); }
H1.HeaderClassName
{
color: #202131;
}
.AnyTagClassName
{
color: #202131;
}
</style>
background-color css
<style>
a { background-color: #202131; }
a { background-color: rgb(32,33,49); }
div.DivClassName
{
background-color: #202131;
}
.BgClassName
{
background-color: #202131;
}
</style>
border-color css
<style>
span { border-color: #202131; }
span { border-color: rgb(32,33,49); }
td.TdClassName
{
border-color: #202131;
}
.TagClassName
{
border-color: #202131;
}
</style>