Shades of Mardi Gras #352037
Tints of Mardi Gras #352037
RGB
CMYK
RGB Variations
Color information
#352037 (or 0x352037) is known color: Mardi Gras. HEX triplet: 35, 20 and 37. RGB value is (53,32,55). Sum of RGB (Red+Green+Blue) = 53+32+55=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 55 - color contains mainly: blue. Hex color #352037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352037 is #CADFC8. Grayscale: #282828. Windows color (decimal): -13295561 or 3612725. OLE color: 3612725.
HSL color Cylindrical-coordinate representation of color #352037: hue angle of 294.78º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #352037 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 32 | 55 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.78 |
| HSL | 294.78º | 0.26% | 0.17% | - |
| HSV(B) | 294.78º | 0.42% | 0.22% | - |
| XYZ | 2.67 | 2.07 | 3.87 | - |
| YUV | 40.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 55 | 0.04 | 0.42 | 0 | 0.78 | 294.78 | 0.26 | 0.17 |
| Hex | 35 | 20 | 37 | 4 | 2A | 0 | 4E | 127 | 1A | 11 |
| Octal | 65 | 40 | 67 | 4 | 52 | 0 | 116 | 447 | 32 | 21 |
| Binary | 110101 | 100000 | 110111 | 100 | 101010 | 0 | 1001110 | 100100111 | 11010 | 10001 |
Color Harmonies of #352037
Complementary color
Monochromatic Colors of #352037
Black with #352037
Text Example
Text Example
White with #352037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352037; }
p { color: rgb(53,32,55); }
H1.HeaderClassName
{
color: #352037;
}
.AnyTagClassName
{
color: #352037;
}
</style>
background-color css
<style>
a { background-color: #352037; }
a { background-color: rgb(53,32,55); }
div.DivClassName
{
background-color: #352037;
}
.BgClassName
{
background-color: #352037;
}
</style>
border-color css
<style>
span { border-color: #352037; }
span { border-color: rgb(53,32,55); }
td.TdClassName
{
border-color: #352037;
}
.TagClassName
{
border-color: #352037;
}
</style>