Shades of Mardi Gras #322234
Tints of Mardi Gras #322234
RGB
CMYK
RGB Variations
Color information
#322234 (or 0x322234) is known color: Mardi Gras. HEX triplet: 32, 22 and 34. RGB value is (50,34,52). Sum of RGB (Red+Green+Blue) = 50+34+52=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #322234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322234 is #CDDDCB. Grayscale: #282828. Windows color (decimal): -13491660 or 3416626. OLE color: 3416626.
HSL color Cylindrical-coordinate representation of color #322234: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #322234 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 52 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.80 |
| HSL | 293.33º | 0.21% | 0.17% | - |
| HSV(B) | 293.33º | 0.35% | 0.2% | - |
| XYZ | 2.51 | 2.07 | 3.52 | - |
| YUV | 40.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 52 | 0.04 | 0.35 | 0 | 0.80 | 293.33 | 0.21 | 0.17 |
| Hex | 32 | 22 | 34 | 4 | 23 | 0 | 50 | 125 | 15 | 11 |
| Octal | 62 | 42 | 64 | 4 | 43 | 0 | 120 | 445 | 25 | 21 |
| Binary | 110010 | 100010 | 110100 | 100 | 100011 | 0 | 1010000 | 100100101 | 10101 | 10001 |
Color Harmonies of #322234
Complementary color
Monochromatic Colors of #322234
Black with #322234
Text Example
Text Example
White with #322234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322234; }
p { color: rgb(50,34,52); }
H1.HeaderClassName
{
color: #322234;
}
.AnyTagClassName
{
color: #322234;
}
</style>
background-color css
<style>
a { background-color: #322234; }
a { background-color: rgb(50,34,52); }
div.DivClassName
{
background-color: #322234;
}
.BgClassName
{
background-color: #322234;
}
</style>
border-color css
<style>
span { border-color: #322234; }
span { border-color: rgb(50,34,52); }
td.TdClassName
{
border-color: #322234;
}
.TagClassName
{
border-color: #322234;
}
</style>