Shades of Mardi Gras #201021
Tints of Mardi Gras #201021
RGB
CMYK
RGB Variations
Color information
#201021 (or 0x201021) is known color: Mardi Gras. HEX triplet: 20, 10 and 21. RGB value is (32,16,33). Sum of RGB (Red+Green+Blue) = 32+16+33=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #201021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201021 is #DFEFDE. Grayscale: #161616. Windows color (decimal): -14675935 or 2166816. OLE color: 2166816.
HSL color Cylindrical-coordinate representation of color #201021: hue angle of 296.47º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #201021 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 16 | 33 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.87 |
| HSL | 296.47º | 0.35% | 0.1% | - |
| HSV(B) | 296.47º | 0.52% | 0.13% | - |
| XYZ | 1.06 | 0.79 | 1.54 | - |
| YUV | 22.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 33 | 0.03 | 0.52 | 0 | 0.87 | 296.47 | 0.35 | 0.1 |
| Hex | 20 | 10 | 21 | 3 | 34 | 0 | 57 | 128 | 23 | A |
| Octal | 40 | 20 | 41 | 3 | 64 | 0 | 127 | 450 | 43 | 12 |
| Binary | 100000 | 10000 | 100001 | 11 | 110100 | 0 | 1010111 | 100101000 | 100011 | 1010 |
Color Harmonies of #201021
Complementary color
Monochromatic Colors of #201021
Black with #201021
Text Example
Text Example
White with #201021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201021; }
p { color: rgb(32,16,33); }
H1.HeaderClassName
{
color: #201021;
}
.AnyTagClassName
{
color: #201021;
}
</style>
background-color css
<style>
a { background-color: #201021; }
a { background-color: rgb(32,16,33); }
div.DivClassName
{
background-color: #201021;
}
.BgClassName
{
background-color: #201021;
}
</style>
border-color css
<style>
span { border-color: #201021; }
span { border-color: rgb(32,16,33); }
td.TdClassName
{
border-color: #201021;
}
.TagClassName
{
border-color: #201021;
}
</style>