Shades of Mardi Gras #210624
Tints of Mardi Gras #210624
RGB
CMYK
RGB Variations
Color information
#210624 (or 0x210624) is known color: Mardi Gras. HEX triplet: 21, 06 and 24. RGB value is (33,6,36). Sum of RGB (Red+Green+Blue) = 33+6+36=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #210624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210624 is #DEF9DB. Grayscale: #111111. Windows color (decimal): -14612956 or 2360865. OLE color: 2360865.
HSL color Cylindrical-coordinate representation of color #210624: hue angle of 294º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #210624 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 6 | 36 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.86 |
| HSL | 294º | 0.71% | 0.08% | - |
| HSV(B) | 294º | 0.83% | 0.14% | - |
| XYZ | 1.01 | 0.58 | 1.73 | - |
| YUV | 17.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 36 | 0.08 | 0.83 | 0 | 0.86 | 294 | 0.71 | 0.08 |
| Hex | 21 | 6 | 24 | 8 | 53 | 0 | 56 | 126 | 47 | 8 |
| Octal | 41 | 6 | 44 | 10 | 123 | 0 | 126 | 446 | 107 | 10 |
| Binary | 100001 | 110 | 100100 | 1000 | 1010011 | 0 | 1010110 | 100100110 | 1000111 | 1000 |
Color Harmonies of #210624
Complementary color
Monochromatic Colors of #210624
Black with #210624
Text Example
Text Example
White with #210624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210624; }
p { color: rgb(33,6,36); }
H1.HeaderClassName
{
color: #210624;
}
.AnyTagClassName
{
color: #210624;
}
</style>
background-color css
<style>
a { background-color: #210624; }
a { background-color: rgb(33,6,36); }
div.DivClassName
{
background-color: #210624;
}
.BgClassName
{
background-color: #210624;
}
</style>
border-color css
<style>
span { border-color: #210624; }
span { border-color: rgb(33,6,36); }
td.TdClassName
{
border-color: #210624;
}
.TagClassName
{
border-color: #210624;
}
</style>