Shades of Mardi Gras #332636
Tints of Mardi Gras #332636
RGB
CMYK
RGB Variations
Color information
#332636 (or 0x332636) is known color: Mardi Gras. HEX triplet: 33, 26 and 36. RGB value is (51,38,54). Sum of RGB (Red+Green+Blue) = 51+38+54=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 54 - color contains mainly: blue. Hex color #332636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332636 is #CCD9C9. Grayscale: #2B2B2B. Windows color (decimal): -13425098 or 3548723. OLE color: 3548723.
HSL color Cylindrical-coordinate representation of color #332636: hue angle of 288.75º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #332636 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 38 | 54 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.79 |
| HSL | 288.75º | 0.17% | 0.18% | - |
| HSV(B) | 288.75º | 0.3% | 0.21% | - |
| XYZ | 2.72 | 2.36 | 3.8 | - |
| YUV | 43.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 54 | 0.06 | 0.30 | 0 | 0.79 | 288.75 | 0.17 | 0.18 |
| Hex | 33 | 26 | 36 | 6 | 1E | 0 | 4F | 121 | 11 | 12 |
| Octal | 63 | 46 | 66 | 6 | 36 | 0 | 117 | 441 | 21 | 22 |
| Binary | 110011 | 100110 | 110110 | 110 | 11110 | 0 | 1001111 | 100100001 | 10001 | 10010 |
Color Harmonies of #332636
Complementary color
Monochromatic Colors of #332636
Black with #332636
Text Example
Text Example
White with #332636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332636; }
p { color: rgb(51,38,54); }
H1.HeaderClassName
{
color: #332636;
}
.AnyTagClassName
{
color: #332636;
}
</style>
background-color css
<style>
a { background-color: #332636; }
a { background-color: rgb(51,38,54); }
div.DivClassName
{
background-color: #332636;
}
.BgClassName
{
background-color: #332636;
}
</style>
border-color css
<style>
span { border-color: #332636; }
span { border-color: rgb(51,38,54); }
td.TdClassName
{
border-color: #332636;
}
.TagClassName
{
border-color: #332636;
}
</style>