Shades of Mardi Gras #312233
Tints of Mardi Gras #312233
RGB
CMYK
RGB Variations
Color information
#312233 (or 0x312233) is known color: Mardi Gras. HEX triplet: 31, 22 and 33. RGB value is (49,34,51). Sum of RGB (Red+Green+Blue) = 49+34+51=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 51 - color contains mainly: blue. Hex color #312233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312233 is #CEDDCC. Grayscale: #282828. Windows color (decimal): -13557197 or 3351089. OLE color: 3351089.
HSL color Cylindrical-coordinate representation of color #312233: hue angle of 292.94º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #312233 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 34 | 51 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.8 |
| HSL | 292.94º | 0.2% | 0.17% | - |
| HSV(B) | 292.94º | 0.33% | 0.2% | - |
| XYZ | 2.44 | 2.04 | 3.4 | - |
| YUV | 40.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 51 | 0.04 | 0.33 | 0 | 0.8 | 292.94 | 0.2 | 0.17 |
| Hex | 31 | 22 | 33 | 4 | 21 | 0 | 50 | 125 | 14 | 11 |
| Octal | 61 | 42 | 63 | 4 | 41 | 0 | 120 | 445 | 24 | 21 |
| Binary | 110001 | 100010 | 110011 | 100 | 100001 | 0 | 1010000 | 100100101 | 10100 | 10001 |
Color Harmonies of #312233
Complementary color
Monochromatic Colors of #312233
Black with #312233
Text Example
Text Example
White with #312233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312233; }
p { color: rgb(49,34,51); }
H1.HeaderClassName
{
color: #312233;
}
.AnyTagClassName
{
color: #312233;
}
</style>
background-color css
<style>
a { background-color: #312233; }
a { background-color: rgb(49,34,51); }
div.DivClassName
{
background-color: #312233;
}
.BgClassName
{
background-color: #312233;
}
</style>
border-color css
<style>
span { border-color: #312233; }
span { border-color: rgb(49,34,51); }
td.TdClassName
{
border-color: #312233;
}
.TagClassName
{
border-color: #312233;
}
</style>