Shades of Mardi Gras #210D20
Tints of Mardi Gras #210D20
RGB
CMYK
RGB Variations
Color information
#210D20 (or 0x210D20) is known color: Mardi Gras. HEX triplet: 21, 0D and 20. RGB value is (33,13,32). Sum of RGB (Red+Green+Blue) = 33+13+32=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #210D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D20 is #DEF2DF. Grayscale: #151515. Windows color (decimal): -14611168 or 2100513. OLE color: 2100513.
HSL color Cylindrical-coordinate representation of color #210D20: hue angle of 303º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #210D20 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 13 | 32 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.87 |
| HSL | 303º | 0.43% | 0.09% | - |
| HSV(B) | 303º | 0.61% | 0.13% | - |
| XYZ | 1.03 | 0.72 | 1.45 | - |
| YUV | 21.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 32 | 0 | 0.61 | 0.03 | 0.87 | 303 | 0.43 | 0.09 |
| Hex | 21 | D | 20 | 0 | 3D | 3 | 57 | 12F | 2B | 9 |
| Octal | 41 | 15 | 40 | 0 | 75 | 3 | 127 | 457 | 53 | 11 |
| Binary | 100001 | 1101 | 100000 | 0 | 111101 | 11 | 1010111 | 100101111 | 101011 | 1001 |
Color Harmonies of #210D20
Complementary color
Monochromatic Colors of #210D20
Black with #210D20
Text Example
Text Example
White with #210D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D20; }
p { color: rgb(33,13,32); }
H1.HeaderClassName
{
color: #210D20;
}
.AnyTagClassName
{
color: #210D20;
}
</style>
background-color css
<style>
a { background-color: #210D20; }
a { background-color: rgb(33,13,32); }
div.DivClassName
{
background-color: #210D20;
}
.BgClassName
{
background-color: #210D20;
}
</style>
border-color css
<style>
span { border-color: #210D20; }
span { border-color: rgb(33,13,32); }
td.TdClassName
{
border-color: #210D20;
}
.TagClassName
{
border-color: #210D20;
}
</style>