Shades of Mardi Gras #311C2F
Tints of Mardi Gras #311C2F
RGB
CMYK
RGB Variations
Color information
#311C2F (or 0x311C2F) is known color: Mardi Gras. HEX triplet: 31, 1C and 2F. RGB value is (49,28,47). Sum of RGB (Red+Green+Blue) = 49+28+47=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #311C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C2F is #CEE3D0. Grayscale: #242424. Windows color (decimal): -13558737 or 3087409. OLE color: 3087409.
HSL color Cylindrical-coordinate representation of color #311C2F: hue angle of 305.71º 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 #311C2F is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 28 | 47 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.81 |
| HSL | 305.71º | 0.27% | 0.15% | - |
| HSV(B) | 305.71º | 0.43% | 0.19% | - |
| XYZ | 2.19 | 1.69 | 2.9 | - |
| YUV | 36.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 47 | 0 | 0.43 | 0.04 | 0.81 | 305.71 | 0.27 | 0.15 |
| Hex | 31 | 1C | 2F | 0 | 2B | 4 | 51 | 132 | 1B | F |
| Octal | 61 | 34 | 57 | 0 | 53 | 4 | 121 | 462 | 33 | 17 |
| Binary | 110001 | 11100 | 101111 | 0 | 101011 | 100 | 1010001 | 100110010 | 11011 | 1111 |
Color Harmonies of #311C2F
Complementary color
Monochromatic Colors of #311C2F
Black with #311C2F
Text Example
Text Example
White with #311C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C2F; }
p { color: rgb(49,28,47); }
H1.HeaderClassName
{
color: #311C2F;
}
.AnyTagClassName
{
color: #311C2F;
}
</style>
background-color css
<style>
a { background-color: #311C2F; }
a { background-color: rgb(49,28,47); }
div.DivClassName
{
background-color: #311C2F;
}
.BgClassName
{
background-color: #311C2F;
}
</style>
border-color css
<style>
span { border-color: #311C2F; }
span { border-color: rgb(49,28,47); }
td.TdClassName
{
border-color: #311C2F;
}
.TagClassName
{
border-color: #311C2F;
}
</style>