Shades of Mardi Gras #311C2E
Tints of Mardi Gras #311C2E
RGB
CMYK
RGB Variations
Color information
#311C2E (or 0x311C2E) is known color: Mardi Gras. HEX triplet: 31, 1C and 2E. RGB value is (49,28,46). Sum of RGB (Red+Green+Blue) = 49+28+46=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #311C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C2E is #CEE3D1. Grayscale: #242424. Windows color (decimal): -13558738 or 3021873. OLE color: 3021873.
HSL color Cylindrical-coordinate representation of color #311C2E: hue angle of 308.57º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #311C2E is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 46 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.81 |
| HSL | 308.57º | 0.27% | 0.15% | - |
| HSV(B) | 308.57º | 0.43% | 0.19% | - |
| XYZ | 2.18 | 1.68 | 2.79 | - |
| YUV | 36.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 46 | 0 | 0.43 | 0.06 | 0.81 | 308.57 | 0.27 | 0.15 |
| Hex | 31 | 1C | 2E | 0 | 2B | 6 | 51 | 135 | 1B | F |
| Octal | 61 | 34 | 56 | 0 | 53 | 6 | 121 | 465 | 33 | 17 |
| Binary | 110001 | 11100 | 101110 | 0 | 101011 | 110 | 1010001 | 100110101 | 11011 | 1111 |
Color Harmonies of #311C2E
Complementary color
Monochromatic Colors of #311C2E
Black with #311C2E
Text Example
Text Example
White with #311C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C2E; }
p { color: rgb(49,28,46); }
H1.HeaderClassName
{
color: #311C2E;
}
.AnyTagClassName
{
color: #311C2E;
}
</style>
background-color css
<style>
a { background-color: #311C2E; }
a { background-color: rgb(49,28,46); }
div.DivClassName
{
background-color: #311C2E;
}
.BgClassName
{
background-color: #311C2E;
}
</style>
border-color css
<style>
span { border-color: #311C2E; }
span { border-color: rgb(49,28,46); }
td.TdClassName
{
border-color: #311C2E;
}
.TagClassName
{
border-color: #311C2E;
}
</style>