Shades of Mardi Gras #332735
Tints of Mardi Gras #332735
RGB
CMYK
RGB Variations
Color information
#332735 (or 0x332735) is known color: Mardi Gras. HEX triplet: 33, 27 and 35. RGB value is (51,39,53). Sum of RGB (Red+Green+Blue) = 51+39+53=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 53 - color contains mainly: blue. Hex color #332735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332735 is #CCD8CA. Grayscale: #2C2C2C. Windows color (decimal): -13424843 or 3483443. OLE color: 3483443.
HSL color Cylindrical-coordinate representation of color #332735: hue angle of 291.43º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #332735 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 39 | 53 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.79 |
| HSL | 291.43º | 0.15% | 0.18% | - |
| HSV(B) | 291.43º | 0.26% | 0.21% | - |
| XYZ | 2.73 | 2.41 | 3.69 | - |
| YUV | 44.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 53 | 0.04 | 0.26 | 0 | 0.79 | 291.43 | 0.15 | 0.18 |
| Hex | 33 | 27 | 35 | 4 | 1A | 0 | 4F | 123 | F | 12 |
| Octal | 63 | 47 | 65 | 4 | 32 | 0 | 117 | 443 | 17 | 22 |
| Binary | 110011 | 100111 | 110101 | 100 | 11010 | 0 | 1001111 | 100100011 | 1111 | 10010 |
Color Harmonies of #332735
Complementary color
Monochromatic Colors of #332735
Black with #332735
Text Example
Text Example
White with #332735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332735; }
p { color: rgb(51,39,53); }
H1.HeaderClassName
{
color: #332735;
}
.AnyTagClassName
{
color: #332735;
}
</style>
background-color css
<style>
a { background-color: #332735; }
a { background-color: rgb(51,39,53); }
div.DivClassName
{
background-color: #332735;
}
.BgClassName
{
background-color: #332735;
}
</style>
border-color css
<style>
span { border-color: #332735; }
span { border-color: rgb(51,39,53); }
td.TdClassName
{
border-color: #332735;
}
.TagClassName
{
border-color: #332735;
}
</style>