Shades of Mardi Gras #201A20
Tints of Mardi Gras #201A20
RGB
CMYK
RGB Variations
Color information
#201A20 (or 0x201A20) is known color: Mardi Gras. HEX triplet: 20, 1A and 20. RGB value is (32,26,32). Sum of RGB (Red+Green+Blue) = 32+26+32=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A20 is #DFE5DF. Grayscale: #1C1C1C. Windows color (decimal): -14673376 or 2103840. OLE color: 2103840.
HSL color Cylindrical-coordinate representation of color #201A20: hue angle of 300º degrees, saturation: 0.1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #201A20 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 26 | 32 | - |
CMYK | 0 | 0.19 | 0 | 0.87 |
HSL | 300º | 0.1% | 0.11% | - |
HSV(B) | 300º | 0.19% | 0.13% | - |
XYZ | 1.23 | 1.15 | 1.52 | - |
YUV | 28.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 26 | 32 | 0 | 0.19 | 0 | 0.87 | 300 | 0.1 | 0.11 |
Hex | 20 | 1A | 20 | 0 | 13 | 0 | 57 | 12C | A | B |
Octal | 40 | 32 | 40 | 0 | 23 | 0 | 127 | 454 | 12 | 13 |
Binary | 100000 | 11010 | 100000 | 0 | 10011 | 0 | 1010111 | 100101100 | 1010 | 1011 |
Color Harmonies of #201A20
Complementary color
Monochromatic Colors of #201A20
Black with #201A20
Text Example
Text Example
White with #201A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A20; }
p { color: rgb(32,26,32); }
H1.HeaderClassName
{
color: #201A20;
}
.AnyTagClassName
{
color: #201A20;
}
</style>
background-color css
<style>
a { background-color: #201A20; }
a { background-color: rgb(32,26,32); }
div.DivClassName
{
background-color: #201A20;
}
.BgClassName
{
background-color: #201A20;
}
</style>
border-color css
<style>
span { border-color: #201A20; }
span { border-color: rgb(32,26,32); }
td.TdClassName
{
border-color: #201A20;
}
.TagClassName
{
border-color: #201A20;
}
</style>