Shades of Mardi Gras #312232
Tints of Mardi Gras #312232
RGB
CMYK
RGB Variations
Color information
#312232 (or 0x312232) is known color: Mardi Gras. HEX triplet: 31, 22 and 32. RGB value is (49,34,50). Sum of RGB (Red+Green+Blue) = 49+34+50=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 50 - color contains mainly: blue. Hex color #312232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312232 is #CEDDCD. Grayscale: #282828. Windows color (decimal): -13557198 or 3285553. OLE color: 3285553.
HSL color Cylindrical-coordinate representation of color #312232: hue angle of 296.25º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #312232 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 34 | 50 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.80 |
| HSL | 296.25º | 0.19% | 0.16% | - |
| HSV(B) | 296.25º | 0.32% | 0.2% | - |
| XYZ | 2.41 | 2.03 | 3.28 | - |
| YUV | 40.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 50 | 0.02 | 0.32 | 0 | 0.80 | 296.25 | 0.19 | 0.16 |
| Hex | 31 | 22 | 32 | 2 | 20 | 0 | 50 | 128 | 13 | 10 |
| Octal | 61 | 42 | 62 | 2 | 40 | 0 | 120 | 450 | 23 | 20 |
| Binary | 110001 | 100010 | 110010 | 10 | 100000 | 0 | 1010000 | 100101000 | 10011 | 10000 |
Color Harmonies of #312232
Complementary color
Monochromatic Colors of #312232
Black with #312232
Text Example
Text Example
White with #312232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312232; }
p { color: rgb(49,34,50); }
H1.HeaderClassName
{
color: #312232;
}
.AnyTagClassName
{
color: #312232;
}
</style>
background-color css
<style>
a { background-color: #312232; }
a { background-color: rgb(49,34,50); }
div.DivClassName
{
background-color: #312232;
}
.BgClassName
{
background-color: #312232;
}
</style>
border-color css
<style>
span { border-color: #312232; }
span { border-color: rgb(49,34,50); }
td.TdClassName
{
border-color: #312232;
}
.TagClassName
{
border-color: #312232;
}
</style>