Shades of Mardi Gras #201D20
Tints of Mardi Gras #201D20
RGB
CMYK
RGB Variations
Color information
#201D20 (or 0x201D20) is known color: Mardi Gras. HEX triplet: 20, 1D and 20. RGB value is (32,29,32). Sum of RGB (Red+Green+Blue) = 32+29+32=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D20 is #DFE2DF. Grayscale: #1E1E1E. Windows color (decimal): -14672608 or 2104608. OLE color: 2104608.
HSL color Cylindrical-coordinate representation of color #201D20: hue angle of 300º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #201D20 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 29 | 32 | - |
CMYK | 0 | 0.09 | 0 | 0.87 |
HSL | 300º | 0.05% | 0.12% | - |
HSV(B) | 300º | 0.09% | 0.13% | - |
XYZ | 1.3 | 1.29 | 1.55 | - |
YUV | 30.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 29 | 32 | 0 | 0.09 | 0 | 0.87 | 300 | 0.05 | 0.12 |
Hex | 20 | 1D | 20 | 0 | 9 | 0 | 57 | 12C | 5 | C |
Octal | 40 | 35 | 40 | 0 | 11 | 0 | 127 | 454 | 5 | 14 |
Binary | 100000 | 11101 | 100000 | 0 | 1001 | 0 | 1010111 | 100101100 | 101 | 1100 |
Color Harmonies of #201D20
Complementary color
Monochromatic Colors of #201D20
Black with #201D20
Text Example
Text Example
White with #201D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D20; }
p { color: rgb(32,29,32); }
H1.HeaderClassName
{
color: #201D20;
}
.AnyTagClassName
{
color: #201D20;
}
</style>
background-color css
<style>
a { background-color: #201D20; }
a { background-color: rgb(32,29,32); }
div.DivClassName
{
background-color: #201D20;
}
.BgClassName
{
background-color: #201D20;
}
</style>
border-color css
<style>
span { border-color: #201D20; }
span { border-color: rgb(32,29,32); }
td.TdClassName
{
border-color: #201D20;
}
.TagClassName
{
border-color: #201D20;
}
</style>