Shades of Mardi Gras #311D30
Tints of Mardi Gras #311D30
RGB
CMYK
RGB Variations
Color information
#311D30 (or 0x311D30) is known color: Mardi Gras. HEX triplet: 31, 1D and 30. RGB value is (49,29,48). Sum of RGB (Red+Green+Blue) = 49+29+48=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 48 (19.14% from 255 or 38.10% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #311D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D30 is #CEE2CF. Grayscale: #252525. Windows color (decimal): -13558480 or 3153201. OLE color: 3153201.
HSL color Cylindrical-coordinate representation of color #311D30: hue angle of 303º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #311D30 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 48 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.81 |
| HSL | 303º | 0.26% | 0.15% | - |
| HSV(B) | 303º | 0.41% | 0.19% | - |
| XYZ | 2.24 | 1.75 | 3.02 | - |
| YUV | 37.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 48 | 0 | 0.41 | 0.02 | 0.81 | 303 | 0.26 | 0.15 |
| Hex | 31 | 1D | 30 | 0 | 29 | 2 | 51 | 12F | 1A | F |
| Octal | 61 | 35 | 60 | 0 | 51 | 2 | 121 | 457 | 32 | 17 |
| Binary | 110001 | 11101 | 110000 | 0 | 101001 | 10 | 1010001 | 100101111 | 11010 | 1111 |
Color Harmonies of #311D30
Complementary color
Monochromatic Colors of #311D30
Black with #311D30
Text Example
Text Example
White with #311D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D30; }
p { color: rgb(49,29,48); }
H1.HeaderClassName
{
color: #311D30;
}
.AnyTagClassName
{
color: #311D30;
}
</style>
background-color css
<style>
a { background-color: #311D30; }
a { background-color: rgb(49,29,48); }
div.DivClassName
{
background-color: #311D30;
}
.BgClassName
{
background-color: #311D30;
}
</style>
border-color css
<style>
span { border-color: #311D30; }
span { border-color: rgb(49,29,48); }
td.TdClassName
{
border-color: #311D30;
}
.TagClassName
{
border-color: #311D30;
}
</style>