Shades of Mardi Gras #322334
Tints of Mardi Gras #322334
RGB
CMYK
RGB Variations
Color information
#322334 (or 0x322334) is known color: Mardi Gras. HEX triplet: 32, 23 and 34. RGB value is (50,35,52). Sum of RGB (Red+Green+Blue) = 50+35+52=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #322334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322334 is #CDDCCB. Grayscale: #292929. Windows color (decimal): -13491404 or 3416882. OLE color: 3416882.
HSL color Cylindrical-coordinate representation of color #322334: hue angle of 292.94º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #322334 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 52 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.80 |
| HSL | 292.94º | 0.2% | 0.17% | - |
| HSV(B) | 292.94º | 0.33% | 0.2% | - |
| XYZ | 2.54 | 2.13 | 3.53 | - |
| YUV | 41.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 52 | 0.04 | 0.33 | 0 | 0.80 | 292.94 | 0.2 | 0.17 |
| Hex | 32 | 23 | 34 | 4 | 21 | 0 | 50 | 125 | 14 | 11 |
| Octal | 62 | 43 | 64 | 4 | 41 | 0 | 120 | 445 | 24 | 21 |
| Binary | 110010 | 100011 | 110100 | 100 | 100001 | 0 | 1010000 | 100100101 | 10100 | 10001 |
Color Harmonies of #322334
Complementary color
Monochromatic Colors of #322334
Black with #322334
Text Example
Text Example
White with #322334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322334; }
p { color: rgb(50,35,52); }
H1.HeaderClassName
{
color: #322334;
}
.AnyTagClassName
{
color: #322334;
}
</style>
background-color css
<style>
a { background-color: #322334; }
a { background-color: rgb(50,35,52); }
div.DivClassName
{
background-color: #322334;
}
.BgClassName
{
background-color: #322334;
}
</style>
border-color css
<style>
span { border-color: #322334; }
span { border-color: rgb(50,35,52); }
td.TdClassName
{
border-color: #322334;
}
.TagClassName
{
border-color: #322334;
}
</style>