Shades of Mardi Gras #31142D
Tints of Mardi Gras #31142D
RGB
CMYK
RGB Variations
Color information
#31142D (or 0x31142D) is known color: Mardi Gras. HEX triplet: 31, 14 and 2D. RGB value is (49,20,45). Sum of RGB (Red+Green+Blue) = 49+20+45=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31142D is #CEEBD2. Grayscale: #1F1F1F. Windows color (decimal): -13560787 or 2954289. OLE color: 2954289.
HSL color Cylindrical-coordinate representation of color #31142D: hue angle of 308.28º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31142D is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 20 | 45 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.81 |
| HSL | 308.28º | 0.42% | 0.14% | - |
| HSV(B) | 308.28º | 0.59% | 0.19% | - |
| XYZ | 1.99 | 1.34 | 2.64 | - |
| YUV | 31.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 45 | 0 | 0.59 | 0.08 | 0.81 | 308.28 | 0.42 | 0.14 |
| Hex | 31 | 14 | 2D | 0 | 3B | 8 | 51 | 134 | 2A | E |
| Octal | 61 | 24 | 55 | 0 | 73 | 10 | 121 | 464 | 52 | 16 |
| Binary | 110001 | 10100 | 101101 | 0 | 111011 | 1000 | 1010001 | 100110100 | 101010 | 1110 |
Color Harmonies of #31142D
Complementary color
Monochromatic Colors of #31142D
Black with #31142D
Text Example
Text Example
White with #31142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31142D; }
p { color: rgb(49,20,45); }
H1.HeaderClassName
{
color: #31142D;
}
.AnyTagClassName
{
color: #31142D;
}
</style>
background-color css
<style>
a { background-color: #31142D; }
a { background-color: rgb(49,20,45); }
div.DivClassName
{
background-color: #31142D;
}
.BgClassName
{
background-color: #31142D;
}
</style>
border-color css
<style>
span { border-color: #31142D; }
span { border-color: rgb(49,20,45); }
td.TdClassName
{
border-color: #31142D;
}
.TagClassName
{
border-color: #31142D;
}
</style>