Shades of Mardi Gras #331133
Tints of Mardi Gras #331133
RGB
CMYK
RGB Variations
Color information
#331133 (or 0x331133) is known color: Mardi Gras. HEX triplet: 33, 11 and 33. RGB value is (51,17,51). Sum of RGB (Red+Green+Blue) = 51+17+51=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: red, blue. Hex color #331133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331133 is #CCEECC. Grayscale: #1E1E1E. Windows color (decimal): -13430477 or 3346739. OLE color: 3346739.
HSL color Cylindrical-coordinate representation of color #331133: hue angle of 300º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #331133 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 17 | 51 | - |
| CMYK | 0 | 0.67 | 0 | 0.8 |
| HSL | 300º | 0.5% | 0.13% | - |
| HSV(B) | 300º | 0.67% | 0.2% | - |
| XYZ | 2.16 | 1.34 | 3.28 | - |
| YUV | 31.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 51 | 0 | 0.67 | 0 | 0.8 | 300 | 0.5 | 0.13 |
| Hex | 33 | 11 | 33 | 0 | 43 | 0 | 50 | 12C | 32 | D |
| Octal | 63 | 21 | 63 | 0 | 103 | 0 | 120 | 454 | 62 | 15 |
| Binary | 110011 | 10001 | 110011 | 0 | 1000011 | 0 | 1010000 | 100101100 | 110010 | 1101 |
Color Harmonies of #331133
Complementary color
Monochromatic Colors of #331133
Black with #331133
Text Example
Text Example
White with #331133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331133; }
p { color: rgb(51,17,51); }
H1.HeaderClassName
{
color: #331133;
}
.AnyTagClassName
{
color: #331133;
}
</style>
background-color css
<style>
a { background-color: #331133; }
a { background-color: rgb(51,17,51); }
div.DivClassName
{
background-color: #331133;
}
.BgClassName
{
background-color: #331133;
}
</style>
border-color css
<style>
span { border-color: #331133; }
span { border-color: rgb(51,17,51); }
td.TdClassName
{
border-color: #331133;
}
.TagClassName
{
border-color: #331133;
}
</style>