Shades of Mardi Gras #201A21
Tints of Mardi Gras #201A21
RGB
CMYK
RGB Variations
Color information
#201A21 (or 0x201A21) is known color: Mardi Gras. HEX triplet: 20, 1A and 21. RGB value is (32,26,33). Sum of RGB (Red+Green+Blue) = 32+26+33=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 33 - color contains mainly: blue. Hex color #201A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201A21 is #DFE5DE. Grayscale: #1C1C1C. Windows color (decimal): -14673375 or 2169376. OLE color: 2169376.
HSL color Cylindrical-coordinate representation of color #201A21: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #201A21 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 26 | 33 | - |
CMYK | 0.03 | 0.21 | 0 | 0.87 |
HSL | 291.43º | 0.12% | 0.12% | - |
HSV(B) | 291.43º | 0.21% | 0.13% | - |
XYZ | 1.24 | 1.16 | 1.6 | - |
YUV | 28.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 26 | 33 | 0.03 | 0.21 | 0 | 0.87 | 291.43 | 0.12 | 0.12 |
Hex | 20 | 1A | 21 | 3 | 15 | 0 | 57 | 123 | C | C |
Octal | 40 | 32 | 41 | 3 | 25 | 0 | 127 | 443 | 14 | 14 |
Binary | 100000 | 11010 | 100001 | 11 | 10101 | 0 | 1010111 | 100100011 | 1100 | 1100 |
Color Harmonies of #201A21
Complementary color
Monochromatic Colors of #201A21
Black with #201A21
Text Example
Text Example
White with #201A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A21; }
p { color: rgb(32,26,33); }
H1.HeaderClassName
{
color: #201A21;
}
.AnyTagClassName
{
color: #201A21;
}
</style>
background-color css
<style>
a { background-color: #201A21; }
a { background-color: rgb(32,26,33); }
div.DivClassName
{
background-color: #201A21;
}
.BgClassName
{
background-color: #201A21;
}
</style>
border-color css
<style>
span { border-color: #201A21; }
span { border-color: rgb(32,26,33); }
td.TdClassName
{
border-color: #201A21;
}
.TagClassName
{
border-color: #201A21;
}
</style>