Shades of Mardi Gras #32022E
Tints of Mardi Gras #32022E
RGB
CMYK
RGB Variations
Color information
#32022E (or 0x32022E) is known color: Mardi Gras. HEX triplet: 32, 02 and 2E. RGB value is (50,2,46). Sum of RGB (Red+Green+Blue) = 50+2+46=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 46 (18.36% from 255 or 46.94% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #32022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32022E is #CDFDD1. Grayscale: #151515. Windows color (decimal): -13499858 or 3015218. OLE color: 3015218.
HSL color Cylindrical-coordinate representation of color #32022E: hue angle of 305º 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 #32022E is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 2 | 46 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.80 |
| HSL | 305º | 0.92% | 0.1% | - |
| HSV(B) | 305º | 0.96% | 0.2% | - |
| XYZ | 1.83 | 0.92 | 2.67 | - |
| YUV | 21.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 46 | 0 | 0.96 | 0.08 | 0.80 | 305 | 0.92 | 0.1 |
| Hex | 32 | 2 | 2E | 0 | 60 | 8 | 50 | 131 | 5C | A |
| Octal | 62 | 2 | 56 | 0 | 140 | 10 | 120 | 461 | 134 | 12 |
| Binary | 110010 | 10 | 101110 | 0 | 1100000 | 1000 | 1010000 | 100110001 | 1011100 | 1010 |
Color Harmonies of #32022E
Complementary color
Monochromatic Colors of #32022E
Black with #32022E
Text Example
Text Example
White with #32022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32022E; }
p { color: rgb(50,2,46); }
H1.HeaderClassName
{
color: #32022E;
}
.AnyTagClassName
{
color: #32022E;
}
</style>
background-color css
<style>
a { background-color: #32022E; }
a { background-color: rgb(50,2,46); }
div.DivClassName
{
background-color: #32022E;
}
.BgClassName
{
background-color: #32022E;
}
</style>
border-color css
<style>
span { border-color: #32022E; }
span { border-color: rgb(50,2,46); }
td.TdClassName
{
border-color: #32022E;
}
.TagClassName
{
border-color: #32022E;
}
</style>