Shades of Mardi Gras #31112B
Tints of Mardi Gras #31112B
RGB
CMYK
RGB Variations
Color information
#31112B (or 0x31112B) is known color: Mardi Gras. HEX triplet: 31, 11 and 2B. RGB value is (49,17,43). Sum of RGB (Red+Green+Blue) = 49+17+43=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 43 (17.19% from 255 or 39.45% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #31112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31112B is #CEEED4. Grayscale: #1D1D1D. Windows color (decimal): -13561557 or 2822449. OLE color: 2822449.
HSL color Cylindrical-coordinate representation of color #31112B: hue angle of 311.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31112B is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 17 | 43 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.81 |
| HSL | 311.25º | 0.48% | 0.13% | - |
| HSV(B) | 311.25º | 0.65% | 0.19% | - |
| XYZ | 1.9 | 1.23 | 2.42 | - |
| YUV | 29.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 43 | 0 | 0.65 | 0.12 | 0.81 | 311.25 | 0.48 | 0.13 |
| Hex | 31 | 11 | 2B | 0 | 41 | C | 51 | 137 | 30 | D |
| Octal | 61 | 21 | 53 | 0 | 101 | 14 | 121 | 467 | 60 | 15 |
| Binary | 110001 | 10001 | 101011 | 0 | 1000001 | 1100 | 1010001 | 100110111 | 110000 | 1101 |
Color Harmonies of #31112B
Complementary color
Monochromatic Colors of #31112B
Black with #31112B
Text Example
Text Example
White with #31112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31112B; }
p { color: rgb(49,17,43); }
H1.HeaderClassName
{
color: #31112B;
}
.AnyTagClassName
{
color: #31112B;
}
</style>
background-color css
<style>
a { background-color: #31112B; }
a { background-color: rgb(49,17,43); }
div.DivClassName
{
background-color: #31112B;
}
.BgClassName
{
background-color: #31112B;
}
</style>
border-color css
<style>
span { border-color: #31112B; }
span { border-color: rgb(49,17,43); }
td.TdClassName
{
border-color: #31112B;
}
.TagClassName
{
border-color: #31112B;
}
</style>