Shades of Mardi Gras #352032
Tints of Mardi Gras #352032
RGB
CMYK
RGB Variations
Color information
#352032 (or 0x352032) is known color: Mardi Gras. HEX triplet: 35, 20 and 32. RGB value is (53,32,50). Sum of RGB (Red+Green+Blue) = 53+32+50=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #352032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352032 is #CADFCD. Grayscale: #282828. Windows color (decimal): -13295566 or 3285045. OLE color: 3285045.
HSL color Cylindrical-coordinate representation of color #352032: hue angle of 308.57º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352032 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 32 | 50 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.79 |
| HSL | 308.57º | 0.25% | 0.17% | - |
| HSV(B) | 308.57º | 0.4% | 0.21% | - |
| XYZ | 2.56 | 2.02 | 3.27 | - |
| YUV | 40.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 50 | 0 | 0.40 | 0.06 | 0.79 | 308.57 | 0.25 | 0.17 |
| Hex | 35 | 20 | 32 | 0 | 28 | 6 | 4F | 135 | 19 | 11 |
| Octal | 65 | 40 | 62 | 0 | 50 | 6 | 117 | 465 | 31 | 21 |
| Binary | 110101 | 100000 | 110010 | 0 | 101000 | 110 | 1001111 | 100110101 | 11001 | 10001 |
Color Harmonies of #352032
Complementary color
Monochromatic Colors of #352032
Black with #352032
Text Example
Text Example
White with #352032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352032; }
p { color: rgb(53,32,50); }
H1.HeaderClassName
{
color: #352032;
}
.AnyTagClassName
{
color: #352032;
}
</style>
background-color css
<style>
a { background-color: #352032; }
a { background-color: rgb(53,32,50); }
div.DivClassName
{
background-color: #352032;
}
.BgClassName
{
background-color: #352032;
}
</style>
border-color css
<style>
span { border-color: #352032; }
span { border-color: rgb(53,32,50); }
td.TdClassName
{
border-color: #352032;
}
.TagClassName
{
border-color: #352032;
}
</style>