Shades of Mardi Gras #322330
Tints of Mardi Gras #322330
RGB
CMYK
RGB Variations
Color information
#322330 (or 0x322330) is known color: Mardi Gras. HEX triplet: 32, 23 and 30. RGB value is (50,35,48). Sum of RGB (Red+Green+Blue) = 50+35+48=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #322330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322330 is #CDDCCF. Grayscale: #282828. Windows color (decimal): -13491408 or 3154738. OLE color: 3154738.
HSL color Cylindrical-coordinate representation of color #322330: hue angle of 308º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322330 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 48 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.80 |
| HSL | 308º | 0.18% | 0.17% | - |
| HSV(B) | 308º | 0.3% | 0.2% | - |
| XYZ | 2.45 | 2.09 | 3.07 | - |
| YUV | 40.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 48 | 0 | 0.30 | 0.04 | 0.80 | 308 | 0.18 | 0.17 |
| Hex | 32 | 23 | 30 | 0 | 1E | 4 | 50 | 134 | 12 | 11 |
| Octal | 62 | 43 | 60 | 0 | 36 | 4 | 120 | 464 | 22 | 21 |
| Binary | 110010 | 100011 | 110000 | 0 | 11110 | 100 | 1010000 | 100110100 | 10010 | 10001 |
Color Harmonies of #322330
Complementary color
Monochromatic Colors of #322330
Black with #322330
Text Example
Text Example
White with #322330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322330; }
p { color: rgb(50,35,48); }
H1.HeaderClassName
{
color: #322330;
}
.AnyTagClassName
{
color: #322330;
}
</style>
background-color css
<style>
a { background-color: #322330; }
a { background-color: rgb(50,35,48); }
div.DivClassName
{
background-color: #322330;
}
.BgClassName
{
background-color: #322330;
}
</style>
border-color css
<style>
span { border-color: #322330; }
span { border-color: rgb(50,35,48); }
td.TdClassName
{
border-color: #322330;
}
.TagClassName
{
border-color: #322330;
}
</style>