Shades of Mardi Gras #312133
Tints of Mardi Gras #312133
RGB
CMYK
RGB Variations
Color information
#312133 (or 0x312133) is known color: Mardi Gras. HEX triplet: 31, 21 and 33. RGB value is (49,33,51). Sum of RGB (Red+Green+Blue) = 49+33+51=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #312133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312133 is #CEDECC. Grayscale: #272727. Windows color (decimal): -13557453 or 3350833. OLE color: 3350833.
HSL color Cylindrical-coordinate representation of color #312133: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #312133 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 33 | 51 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.8 |
| HSL | 293.33º | 0.21% | 0.16% | - |
| HSV(B) | 293.33º | 0.35% | 0.2% | - |
| XYZ | 2.41 | 1.98 | 3.39 | - |
| YUV | 39.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 51 | 0.04 | 0.35 | 0 | 0.8 | 293.33 | 0.21 | 0.16 |
| Hex | 31 | 21 | 33 | 4 | 23 | 0 | 50 | 125 | 15 | 10 |
| Octal | 61 | 41 | 63 | 4 | 43 | 0 | 120 | 445 | 25 | 20 |
| Binary | 110001 | 100001 | 110011 | 100 | 100011 | 0 | 1010000 | 100100101 | 10101 | 10000 |
Color Harmonies of #312133
Complementary color
Monochromatic Colors of #312133
Black with #312133
Text Example
Text Example
White with #312133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312133; }
p { color: rgb(49,33,51); }
H1.HeaderClassName
{
color: #312133;
}
.AnyTagClassName
{
color: #312133;
}
</style>
background-color css
<style>
a { background-color: #312133; }
a { background-color: rgb(49,33,51); }
div.DivClassName
{
background-color: #312133;
}
.BgClassName
{
background-color: #312133;
}
</style>
border-color css
<style>
span { border-color: #312133; }
span { border-color: rgb(49,33,51); }
td.TdClassName
{
border-color: #312133;
}
.TagClassName
{
border-color: #312133;
}
</style>