Shades of Mardi Gras #321133
Tints of Mardi Gras #321133
RGB
CMYK
RGB Variations
Color information
#321133 (or 0x321133) is known color: Mardi Gras. HEX triplet: 32, 11 and 33. RGB value is (50,17,51). Sum of RGB (Red+Green+Blue) = 50+17+51=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 51 - color contains mainly: blue. Hex color #321133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321133 is #CDEECC. Grayscale: #1E1E1E. Windows color (decimal): -13496013 or 3346738. OLE color: 3346738.
HSL color Cylindrical-coordinate representation of color #321133: hue angle of 298.24º 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 #321133 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 50 | 17 | 51 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.8 |
| HSL | 298.24º | 0.5% | 0.13% | - |
| HSV(B) | 298.24º | 0.67% | 0.2% | - |
| XYZ | 2.11 | 1.32 | 3.27 | - |
| YUV | 30.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 17 | 51 | 0.02 | 0.67 | 0 | 0.8 | 298.24 | 0.5 | 0.13 |
| Hex | 32 | 11 | 33 | 2 | 43 | 0 | 50 | 12A | 32 | D |
| Octal | 62 | 21 | 63 | 2 | 103 | 0 | 120 | 452 | 62 | 15 |
| Binary | 110010 | 10001 | 110011 | 10 | 1000011 | 0 | 1010000 | 100101010 | 110010 | 1101 |
Color Harmonies of #321133
Complementary color
Monochromatic Colors of #321133
Black with #321133
Text Example
Text Example
White with #321133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321133; }
p { color: rgb(50,17,51); }
H1.HeaderClassName
{
color: #321133;
}
.AnyTagClassName
{
color: #321133;
}
</style>
background-color css
<style>
a { background-color: #321133; }
a { background-color: rgb(50,17,51); }
div.DivClassName
{
background-color: #321133;
}
.BgClassName
{
background-color: #321133;
}
</style>
border-color css
<style>
span { border-color: #321133; }
span { border-color: rgb(50,17,51); }
td.TdClassName
{
border-color: #321133;
}
.TagClassName
{
border-color: #321133;
}
</style>