Shades of Mardi Gras #210B20
Tints of Mardi Gras #210B20
RGB
CMYK
RGB Variations
Color information
#210B20 (or 0x210B20) is known color: Mardi Gras. HEX triplet: 21, 0B and 20. RGB value is (33,11,32). Sum of RGB (Red+Green+Blue) = 33+11+32=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #210B20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B20 is #DEF4DF. Grayscale: #131313. Windows color (decimal): -14611680 or 2100001. OLE color: 2100001.
HSL color Cylindrical-coordinate representation of color #210B20: hue angle of 302.73º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210B20 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 11 | 32 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.87 |
| HSL | 302.73º | 0.5% | 0.09% | - |
| HSV(B) | 302.73º | 0.67% | 0.13% | - |
| XYZ | 1.01 | 0.67 | 1.44 | - |
| YUV | 19.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 32 | 0 | 0.67 | 0.03 | 0.87 | 302.73 | 0.5 | 0.09 |
| Hex | 21 | B | 20 | 0 | 43 | 3 | 57 | 12F | 32 | 9 |
| Octal | 41 | 13 | 40 | 0 | 103 | 3 | 127 | 457 | 62 | 11 |
| Binary | 100001 | 1011 | 100000 | 0 | 1000011 | 11 | 1010111 | 100101111 | 110010 | 1001 |
Color Harmonies of #210B20
Complementary color
Monochromatic Colors of #210B20
Black with #210B20
Text Example
Text Example
White with #210B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B20; }
p { color: rgb(33,11,32); }
H1.HeaderClassName
{
color: #210B20;
}
.AnyTagClassName
{
color: #210B20;
}
</style>
background-color css
<style>
a { background-color: #210B20; }
a { background-color: rgb(33,11,32); }
div.DivClassName
{
background-color: #210B20;
}
.BgClassName
{
background-color: #210B20;
}
</style>
border-color css
<style>
span { border-color: #210B20; }
span { border-color: rgb(33,11,32); }
td.TdClassName
{
border-color: #210B20;
}
.TagClassName
{
border-color: #210B20;
}
</style>