Shades of Mardi Gras #201E20
Tints of Mardi Gras #201E20
RGB
CMYK
RGB Variations
Color information
#201E20 (or 0x201E20) is known color: Mardi Gras. HEX triplet: 20, 1E and 20. RGB value is (32,30,32). Sum of RGB (Red+Green+Blue) = 32+30+32=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E20 is #DFE1DF. Grayscale: #1E1E1E. Windows color (decimal): -14672352 or 2104864. OLE color: 2104864.
HSL color Cylindrical-coordinate representation of color #201E20: hue angle of 300º degrees, saturation: 0.03, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #201E20 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 30 | 32 | - |
CMYK | 0 | 0.06 | 0 | 0.87 |
HSL | 300º | 0.03% | 0.12% | - |
HSV(B) | 300º | 0.06% | 0.13% | - |
XYZ | 1.32 | 1.34 | 1.56 | - |
YUV | 30.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 30 | 32 | 0 | 0.06 | 0 | 0.87 | 300 | 0.03 | 0.12 |
Hex | 20 | 1E | 20 | 0 | 6 | 0 | 57 | 12C | 3 | C |
Octal | 40 | 36 | 40 | 0 | 6 | 0 | 127 | 454 | 3 | 14 |
Binary | 100000 | 11110 | 100000 | 0 | 110 | 0 | 1010111 | 100101100 | 11 | 1100 |
Color Harmonies of #201E20
Complementary color
Monochromatic Colors of #201E20
Black with #201E20
Text Example
Text Example
White with #201E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E20; }
p { color: rgb(32,30,32); }
H1.HeaderClassName
{
color: #201E20;
}
.AnyTagClassName
{
color: #201E20;
}
</style>
background-color css
<style>
a { background-color: #201E20; }
a { background-color: rgb(32,30,32); }
div.DivClassName
{
background-color: #201E20;
}
.BgClassName
{
background-color: #201E20;
}
</style>
border-color css
<style>
span { border-color: #201E20; }
span { border-color: rgb(32,30,32); }
td.TdClassName
{
border-color: #201E20;
}
.TagClassName
{
border-color: #201E20;
}
</style>