Shades of Mardi Gras #311B2E
Tints of Mardi Gras #311B2E
RGB
CMYK
RGB Variations
Color information
#311B2E (or 0x311B2E) is known color: Mardi Gras. HEX triplet: 31, 1B and 2E. RGB value is (49,27,46). Sum of RGB (Red+Green+Blue) = 49+27+46=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #311B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B2E is #CEE4D1. Grayscale: #232323. Windows color (decimal): -13558994 or 3021617. OLE color: 3021617.
HSL color Cylindrical-coordinate representation of color #311B2E: hue angle of 308.18º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #311B2E is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 27 | 46 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.81 |
| HSL | 308.18º | 0.29% | 0.15% | - |
| HSV(B) | 308.18º | 0.45% | 0.19% | - |
| XYZ | 2.15 | 1.63 | 2.79 | - |
| YUV | 35.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 46 | 0 | 0.45 | 0.06 | 0.81 | 308.18 | 0.29 | 0.15 |
| Hex | 31 | 1B | 2E | 0 | 2D | 6 | 51 | 134 | 1D | F |
| Octal | 61 | 33 | 56 | 0 | 55 | 6 | 121 | 464 | 35 | 17 |
| Binary | 110001 | 11011 | 101110 | 0 | 101101 | 110 | 1010001 | 100110100 | 11101 | 1111 |
Color Harmonies of #311B2E
Complementary color
Monochromatic Colors of #311B2E
Black with #311B2E
Text Example
Text Example
White with #311B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B2E; }
p { color: rgb(49,27,46); }
H1.HeaderClassName
{
color: #311B2E;
}
.AnyTagClassName
{
color: #311B2E;
}
</style>
background-color css
<style>
a { background-color: #311B2E; }
a { background-color: rgb(49,27,46); }
div.DivClassName
{
background-color: #311B2E;
}
.BgClassName
{
background-color: #311B2E;
}
</style>
border-color css
<style>
span { border-color: #311B2E; }
span { border-color: rgb(49,27,46); }
td.TdClassName
{
border-color: #311B2E;
}
.TagClassName
{
border-color: #311B2E;
}
</style>