Shades of Mardi Gras #322231
Tints of Mardi Gras #322231
RGB
CMYK
RGB Variations
Color information
#322231 (or 0x322231) is known color: Mardi Gras. HEX triplet: 32, 22 and 31. RGB value is (50,34,49). Sum of RGB (Red+Green+Blue) = 50+34+49=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #322231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322231 is #CDDDCE. Grayscale: #282828. Windows color (decimal): -13491663 or 3220018. OLE color: 3220018.
HSL color Cylindrical-coordinate representation of color #322231: hue angle of 303.75º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322231 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 49 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.80 |
| HSL | 303.75º | 0.19% | 0.16% | - |
| HSV(B) | 303.75º | 0.32% | 0.2% | - |
| XYZ | 2.44 | 2.04 | 3.17 | - |
| YUV | 40.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 49 | 0 | 0.32 | 0.02 | 0.80 | 303.75 | 0.19 | 0.16 |
| Hex | 32 | 22 | 31 | 0 | 20 | 2 | 50 | 130 | 13 | 10 |
| Octal | 62 | 42 | 61 | 0 | 40 | 2 | 120 | 460 | 23 | 20 |
| Binary | 110010 | 100010 | 110001 | 0 | 100000 | 10 | 1010000 | 100110000 | 10011 | 10000 |
Color Harmonies of #322231
Complementary color
Monochromatic Colors of #322231
Black with #322231
Text Example
Text Example
White with #322231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322231; }
p { color: rgb(50,34,49); }
H1.HeaderClassName
{
color: #322231;
}
.AnyTagClassName
{
color: #322231;
}
</style>
background-color css
<style>
a { background-color: #322231; }
a { background-color: rgb(50,34,49); }
div.DivClassName
{
background-color: #322231;
}
.BgClassName
{
background-color: #322231;
}
</style>
border-color css
<style>
span { border-color: #322231; }
span { border-color: rgb(50,34,49); }
td.TdClassName
{
border-color: #322231;
}
.TagClassName
{
border-color: #322231;
}
</style>