Shades of Mardi Gras #32022C
Tints of Mardi Gras #32022C
RGB
CMYK
RGB Variations
Color information
#32022C (or 0x32022C) is known color: Mardi Gras. HEX triplet: 32, 02 and 2C. RGB value is (50,2,44). Sum of RGB (Red+Green+Blue) = 50+2+44=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #32022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32022C is #CDFDD3. Grayscale: #151515. Windows color (decimal): -13499860 or 2884146. OLE color: 2884146.
HSL color Cylindrical-coordinate representation of color #32022C: hue angle of 307.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32022C is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 2 | 44 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.80 |
| HSL | 307.5º | 0.92% | 0.1% | - |
| HSV(B) | 307.5º | 0.96% | 0.2% | - |
| XYZ | 1.79 | 0.9 | 2.46 | - |
| YUV | 21.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 44 | 0 | 0.96 | 0.12 | 0.80 | 307.5 | 0.92 | 0.1 |
| Hex | 32 | 2 | 2C | 0 | 60 | C | 50 | 134 | 5C | A |
| Octal | 62 | 2 | 54 | 0 | 140 | 14 | 120 | 464 | 134 | 12 |
| Binary | 110010 | 10 | 101100 | 0 | 1100000 | 1100 | 1010000 | 100110100 | 1011100 | 1010 |
Color Harmonies of #32022C
Complementary color
Monochromatic Colors of #32022C
Black with #32022C
Text Example
Text Example
White with #32022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32022C; }
p { color: rgb(50,2,44); }
H1.HeaderClassName
{
color: #32022C;
}
.AnyTagClassName
{
color: #32022C;
}
</style>
background-color css
<style>
a { background-color: #32022C; }
a { background-color: rgb(50,2,44); }
div.DivClassName
{
background-color: #32022C;
}
.BgClassName
{
background-color: #32022C;
}
</style>
border-color css
<style>
span { border-color: #32022C; }
span { border-color: rgb(50,2,44); }
td.TdClassName
{
border-color: #32022C;
}
.TagClassName
{
border-color: #32022C;
}
</style>