Shades of Mardi Gras #331135
Tints of Mardi Gras #331135
RGB
CMYK
RGB Variations
Color information
#331135 (or 0x331135) is known color: Mardi Gras. HEX triplet: 33, 11 and 35. RGB value is (51,17,53). Sum of RGB (Red+Green+Blue) = 51+17+53=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #331135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331135 is #CCEECA. Grayscale: #1F1F1F. Windows color (decimal): -13430475 or 3477811. OLE color: 3477811.
HSL color Cylindrical-coordinate representation of color #331135: hue angle of 296.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #331135 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 17 | 53 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.79 |
| HSL | 296.67º | 0.51% | 0.14% | - |
| HSV(B) | 296.67º | 0.68% | 0.21% | - |
| XYZ | 2.21 | 1.36 | 3.51 | - |
| YUV | 31.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 53 | 0.04 | 0.68 | 0 | 0.79 | 296.67 | 0.51 | 0.14 |
| Hex | 33 | 11 | 35 | 4 | 44 | 0 | 4F | 129 | 33 | E |
| Octal | 63 | 21 | 65 | 4 | 104 | 0 | 117 | 451 | 63 | 16 |
| Binary | 110011 | 10001 | 110101 | 100 | 1000100 | 0 | 1001111 | 100101001 | 110011 | 1110 |
Color Harmonies of #331135
Complementary color
Monochromatic Colors of #331135
Black with #331135
Text Example
Text Example
White with #331135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331135; }
p { color: rgb(51,17,53); }
H1.HeaderClassName
{
color: #331135;
}
.AnyTagClassName
{
color: #331135;
}
</style>
background-color css
<style>
a { background-color: #331135; }
a { background-color: rgb(51,17,53); }
div.DivClassName
{
background-color: #331135;
}
.BgClassName
{
background-color: #331135;
}
</style>
border-color css
<style>
span { border-color: #331135; }
span { border-color: rgb(51,17,53); }
td.TdClassName
{
border-color: #331135;
}
.TagClassName
{
border-color: #331135;
}
</style>