Shades of Black Russian #202132
Tints of Black Russian #202132
RGB
CMYK
RGB Variations
Color information
#202132 (or 0x202132) is known color: Black Russian. HEX triplet: 20, 21 and 32. RGB value is (32,33,50). Sum of RGB (Red+Green+Blue) = 32+33+50=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #202132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202132 is #DFDECD. Grayscale: #222222. Windows color (decimal): -14671566 or 3285280. OLE color: 3285280.
HSL color Cylindrical-coordinate representation of color #202132: hue angle of 236.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #202132 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 33 | 50 | - |
| CMYK | 0.36 | 0.34 | 0 | 0.80 |
| HSL | 236.67º | 0.22% | 0.16% | - |
| HSV(B) | 236.67º | 0.36% | 0.2% | - |
| XYZ | 1.72 | 1.63 | 3.24 | - |
| YUV | 34.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 50 | 0.36 | 0.34 | 0 | 0.80 | 236.67 | 0.22 | 0.16 |
| Hex | 20 | 21 | 32 | 24 | 22 | 0 | 50 | ED | 16 | 10 |
| Octal | 40 | 41 | 62 | 44 | 42 | 0 | 120 | 355 | 26 | 20 |
| Binary | 100000 | 100001 | 110010 | 100100 | 100010 | 0 | 1010000 | 11101101 | 10110 | 10000 |
Color Harmonies of #202132
Complementary color
Monochromatic Colors of #202132
Black with #202132
Text Example
Text Example
White with #202132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202132; }
p { color: rgb(32,33,50); }
H1.HeaderClassName
{
color: #202132;
}
.AnyTagClassName
{
color: #202132;
}
</style>
background-color css
<style>
a { background-color: #202132; }
a { background-color: rgb(32,33,50); }
div.DivClassName
{
background-color: #202132;
}
.BgClassName
{
background-color: #202132;
}
</style>
border-color css
<style>
span { border-color: #202132; }
span { border-color: rgb(32,33,50); }
td.TdClassName
{
border-color: #202132;
}
.TagClassName
{
border-color: #202132;
}
</style>