Shades of Mardi Gras #332134
Tints of Mardi Gras #332134
RGB
CMYK
RGB Variations
Color information
#332134 (or 0x332134) is known color: Mardi Gras. HEX triplet: 33, 21 and 34. RGB value is (51,33,52). Sum of RGB (Red+Green+Blue) = 51+33+52=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #332134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332134 is #CCDECB. Grayscale: #282828. Windows color (decimal): -13426380 or 3416371. OLE color: 3416371.
HSL color Cylindrical-coordinate representation of color #332134: hue angle of 296.84º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332134 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 33 | 52 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.80 |
| HSL | 296.84º | 0.22% | 0.17% | - |
| HSV(B) | 296.84º | 0.37% | 0.2% | - |
| XYZ | 2.53 | 2.04 | 3.51 | - |
| YUV | 40.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 52 | 0.02 | 0.37 | 0 | 0.80 | 296.84 | 0.22 | 0.17 |
| Hex | 33 | 21 | 34 | 2 | 25 | 0 | 50 | 129 | 16 | 11 |
| Octal | 63 | 41 | 64 | 2 | 45 | 0 | 120 | 451 | 26 | 21 |
| Binary | 110011 | 100001 | 110100 | 10 | 100101 | 0 | 1010000 | 100101001 | 10110 | 10001 |
Color Harmonies of #332134
Complementary color
Monochromatic Colors of #332134
Black with #332134
Text Example
Text Example
White with #332134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332134; }
p { color: rgb(51,33,52); }
H1.HeaderClassName
{
color: #332134;
}
.AnyTagClassName
{
color: #332134;
}
</style>
background-color css
<style>
a { background-color: #332134; }
a { background-color: rgb(51,33,52); }
div.DivClassName
{
background-color: #332134;
}
.BgClassName
{
background-color: #332134;
}
</style>
border-color css
<style>
span { border-color: #332134; }
span { border-color: rgb(51,33,52); }
td.TdClassName
{
border-color: #332134;
}
.TagClassName
{
border-color: #332134;
}
</style>