Shades of Mardi Gras #312833
Tints of Mardi Gras #312833
RGB
CMYK
RGB Variations
Color information
#312833 (or 0x312833) is known color: Mardi Gras. HEX triplet: 31, 28 and 33. RGB value is (49,40,51). Sum of RGB (Red+Green+Blue) = 49+40+51=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 51 - color contains mainly: blue. Hex color #312833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312833 is #CED7CC. Grayscale: #2B2B2B. Windows color (decimal): -13555661 or 3352625. OLE color: 3352625.
HSL color Cylindrical-coordinate representation of color #312833: hue angle of 289.09º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #312833 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 40 | 51 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.8 |
| HSL | 289.09º | 0.12% | 0.18% | - |
| HSV(B) | 289.09º | 0.22% | 0.2% | - |
| XYZ | 2.62 | 2.41 | 3.46 | - |
| YUV | 43.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 51 | 0.04 | 0.22 | 0 | 0.8 | 289.09 | 0.12 | 0.18 |
| Hex | 31 | 28 | 33 | 4 | 16 | 0 | 50 | 121 | C | 12 |
| Octal | 61 | 50 | 63 | 4 | 26 | 0 | 120 | 441 | 14 | 22 |
| Binary | 110001 | 101000 | 110011 | 100 | 10110 | 0 | 1010000 | 100100001 | 1100 | 10010 |
Color Harmonies of #312833
Complementary color
Monochromatic Colors of #312833
Black with #312833
Text Example
Text Example
White with #312833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312833; }
p { color: rgb(49,40,51); }
H1.HeaderClassName
{
color: #312833;
}
.AnyTagClassName
{
color: #312833;
}
</style>
background-color css
<style>
a { background-color: #312833; }
a { background-color: rgb(49,40,51); }
div.DivClassName
{
background-color: #312833;
}
.BgClassName
{
background-color: #312833;
}
</style>
border-color css
<style>
span { border-color: #312833; }
span { border-color: rgb(49,40,51); }
td.TdClassName
{
border-color: #312833;
}
.TagClassName
{
border-color: #312833;
}
</style>