Shades of Mardi Gras #332432
Tints of Mardi Gras #332432
RGB
CMYK
RGB Variations
Color information
#332432 (or 0x332432) is known color: Mardi Gras. HEX triplet: 33, 24 and 32. RGB value is (51,36,50). Sum of RGB (Red+Green+Blue) = 51+36+50=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #332432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332432 is #CCDBCD. Grayscale: #2A2A2A. Windows color (decimal): -13425614 or 3286067. OLE color: 3286067.
HSL color Cylindrical-coordinate representation of color #332432: hue angle of 304º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #332432 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 36 | 50 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.8 |
| HSL | 304º | 0.17% | 0.17% | - |
| HSV(B) | 304º | 0.29% | 0.2% | - |
| XYZ | 2.57 | 2.2 | 3.31 | - |
| YUV | 42.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 50 | 0 | 0.29 | 0.02 | 0.8 | 304 | 0.17 | 0.17 |
| Hex | 33 | 24 | 32 | 0 | 1D | 2 | 50 | 130 | 11 | 11 |
| Octal | 63 | 44 | 62 | 0 | 35 | 2 | 120 | 460 | 21 | 21 |
| Binary | 110011 | 100100 | 110010 | 0 | 11101 | 10 | 1010000 | 100110000 | 10001 | 10001 |
Color Harmonies of #332432
Complementary color
Monochromatic Colors of #332432
Black with #332432
Text Example
Text Example
White with #332432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332432; }
p { color: rgb(51,36,50); }
H1.HeaderClassName
{
color: #332432;
}
.AnyTagClassName
{
color: #332432;
}
</style>
background-color css
<style>
a { background-color: #332432; }
a { background-color: rgb(51,36,50); }
div.DivClassName
{
background-color: #332432;
}
.BgClassName
{
background-color: #332432;
}
</style>
border-color css
<style>
span { border-color: #332432; }
span { border-color: rgb(51,36,50); }
td.TdClassName
{
border-color: #332432;
}
.TagClassName
{
border-color: #332432;
}
</style>