Shades of Mardi Gras #201720
Tints of Mardi Gras #201720
RGB
CMYK
RGB Variations
Color information
#201720 (or 0x201720) is known color: Mardi Gras. HEX triplet: 20, 17 and 20. RGB value is (32,23,32). Sum of RGB (Red+Green+Blue) = 32+23+32=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201720 is #DFE8DF. Grayscale: #1A1A1A. Windows color (decimal): -14674144 or 2103072. OLE color: 2103072.
HSL color Cylindrical-coordinate representation of color #201720: hue angle of 300º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #201720 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 23 | 32 | - |
| CMYK | 0 | 0.28 | 0 | 0.87 |
| HSL | 300º | 0.16% | 0.11% | - |
| HSV(B) | 300º | 0.28% | 0.13% | - |
| XYZ | 1.16 | 1.02 | 1.5 | - |
| YUV | 26.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 32 | 0 | 0.28 | 0 | 0.87 | 300 | 0.16 | 0.11 |
| Hex | 20 | 17 | 20 | 0 | 1C | 0 | 57 | 12C | 10 | B |
| Octal | 40 | 27 | 40 | 0 | 34 | 0 | 127 | 454 | 20 | 13 |
| Binary | 100000 | 10111 | 100000 | 0 | 11100 | 0 | 1010111 | 100101100 | 10000 | 1011 |
Color Harmonies of #201720
Complementary color
Monochromatic Colors of #201720
Black with #201720
Text Example
Text Example
White with #201720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201720; }
p { color: rgb(32,23,32); }
H1.HeaderClassName
{
color: #201720;
}
.AnyTagClassName
{
color: #201720;
}
</style>
background-color css
<style>
a { background-color: #201720; }
a { background-color: rgb(32,23,32); }
div.DivClassName
{
background-color: #201720;
}
.BgClassName
{
background-color: #201720;
}
</style>
border-color css
<style>
span { border-color: #201720; }
span { border-color: rgb(32,23,32); }
td.TdClassName
{
border-color: #201720;
}
.TagClassName
{
border-color: #201720;
}
</style>