Shades of Mardi Gras #33132F
Tints of Mardi Gras #33132F
RGB
CMYK
RGB Variations
Color information
#33132F (or 0x33132F) is known color: Mardi Gras. HEX triplet: 33, 13 and 2F. RGB value is (51,19,47). Sum of RGB (Red+Green+Blue) = 51+19+47=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #33132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33132F is #CCECD0. Grayscale: #1F1F1F. Windows color (decimal): -13429969 or 3085107. OLE color: 3085107.
HSL color Cylindrical-coordinate representation of color #33132F: hue angle of 307.5º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33132F is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 47 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.8 |
| HSL | 307.5º | 0.46% | 0.14% | - |
| HSV(B) | 307.5º | 0.63% | 0.2% | - |
| XYZ | 2.11 | 1.37 | 2.84 | - |
| YUV | 31.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 47 | 0 | 0.63 | 0.08 | 0.8 | 307.5 | 0.46 | 0.14 |
| Hex | 33 | 13 | 2F | 0 | 3F | 8 | 50 | 134 | 2E | E |
| Octal | 63 | 23 | 57 | 0 | 77 | 10 | 120 | 464 | 56 | 16 |
| Binary | 110011 | 10011 | 101111 | 0 | 111111 | 1000 | 1010000 | 100110100 | 101110 | 1110 |
Color Harmonies of #33132F
Complementary color
Monochromatic Colors of #33132F
Black with #33132F
Text Example
Text Example
White with #33132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33132F; }
p { color: rgb(51,19,47); }
H1.HeaderClassName
{
color: #33132F;
}
.AnyTagClassName
{
color: #33132F;
}
</style>
background-color css
<style>
a { background-color: #33132F; }
a { background-color: rgb(51,19,47); }
div.DivClassName
{
background-color: #33132F;
}
.BgClassName
{
background-color: #33132F;
}
</style>
border-color css
<style>
span { border-color: #33132F; }
span { border-color: rgb(51,19,47); }
td.TdClassName
{
border-color: #33132F;
}
.TagClassName
{
border-color: #33132F;
}
</style>