Shades of Mardi Gras #33152E
Tints of Mardi Gras #33152E
RGB
CMYK
RGB Variations
Color information
#33152E (or 0x33152E) is known color: Mardi Gras. HEX triplet: 33, 15 and 2E. RGB value is (51,21,46). Sum of RGB (Red+Green+Blue) = 51+21+46=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #33152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33152E is #CCEAD1. Grayscale: #202020. Windows color (decimal): -13429458 or 3020083. OLE color: 3020083.
HSL color Cylindrical-coordinate representation of color #33152E: hue angle of 310º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33152E is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 21 | 46 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.8 |
| HSL | 310º | 0.42% | 0.14% | - |
| HSV(B) | 310º | 0.59% | 0.2% | - |
| XYZ | 2.13 | 1.44 | 2.75 | - |
| YUV | 32.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 46 | 0 | 0.59 | 0.10 | 0.8 | 310 | 0.42 | 0.14 |
| Hex | 33 | 15 | 2E | 0 | 3B | A | 50 | 136 | 2A | E |
| Octal | 63 | 25 | 56 | 0 | 73 | 12 | 120 | 466 | 52 | 16 |
| Binary | 110011 | 10101 | 101110 | 0 | 111011 | 1010 | 1010000 | 100110110 | 101010 | 1110 |
Color Harmonies of #33152E
Complementary color
Monochromatic Colors of #33152E
Black with #33152E
Text Example
Text Example
White with #33152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33152E; }
p { color: rgb(51,21,46); }
H1.HeaderClassName
{
color: #33152E;
}
.AnyTagClassName
{
color: #33152E;
}
</style>
background-color css
<style>
a { background-color: #33152E; }
a { background-color: rgb(51,21,46); }
div.DivClassName
{
background-color: #33152E;
}
.BgClassName
{
background-color: #33152E;
}
</style>
border-color css
<style>
span { border-color: #33152E; }
span { border-color: rgb(51,21,46); }
td.TdClassName
{
border-color: #33152E;
}
.TagClassName
{
border-color: #33152E;
}
</style>