Shades of Mardi Gras #332037
Tints of Mardi Gras #332037
RGB
CMYK
RGB Variations
Color information
#332037 (or 0x332037) is known color: Mardi Gras. HEX triplet: 33, 20 and 37. RGB value is (51,32,55). Sum of RGB (Red+Green+Blue) = 51+32+55=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #332037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332037 is #CCDFC8. Grayscale: #282828. Windows color (decimal): -13426633 or 3612723. OLE color: 3612723.
HSL color Cylindrical-coordinate representation of color #332037: hue angle of 289.57º 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 #332037 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 51 | 32 | 55 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.78 |
| HSL | 289.57º | 0.26% | 0.17% | - |
| HSV(B) | 289.57º | 0.42% | 0.22% | - |
| XYZ | 2.57 | 2.01 | 3.87 | - |
| YUV | 40.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 32 | 55 | 0.07 | 0.42 | 0 | 0.78 | 289.57 | 0.26 | 0.17 |
| Hex | 33 | 20 | 37 | 7 | 2A | 0 | 4E | 122 | 1A | 11 |
| Octal | 63 | 40 | 67 | 7 | 52 | 0 | 116 | 442 | 32 | 21 |
| Binary | 110011 | 100000 | 110111 | 111 | 101010 | 0 | 1001110 | 100100010 | 11010 | 10001 |
Color Harmonies of #332037
Complementary color
Monochromatic Colors of #332037
Black with #332037
Text Example
Text Example
White with #332037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332037; }
p { color: rgb(51,32,55); }
H1.HeaderClassName
{
color: #332037;
}
.AnyTagClassName
{
color: #332037;
}
</style>
background-color css
<style>
a { background-color: #332037; }
a { background-color: rgb(51,32,55); }
div.DivClassName
{
background-color: #332037;
}
.BgClassName
{
background-color: #332037;
}
</style>
border-color css
<style>
span { border-color: #332037; }
span { border-color: rgb(51,32,55); }
td.TdClassName
{
border-color: #332037;
}
.TagClassName
{
border-color: #332037;
}
</style>