Shades of Mardi Gras #31042D
Tints of Mardi Gras #31042D
RGB
CMYK
RGB Variations
Color information
#31042D (or 0x31042D) is known color: Mardi Gras. HEX triplet: 31, 04 and 2D. RGB value is (49,4,45). Sum of RGB (Red+Green+Blue) = 49+4+45=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31042D is #CEFBD2. Grayscale: #161616. Windows color (decimal): -13564883 or 2950193. OLE color: 2950193.
HSL color Cylindrical-coordinate representation of color #31042D: hue angle of 305.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31042D is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 4 | 45 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.81 |
| HSL | 305.33º | 0.85% | 0.1% | - |
| HSV(B) | 305.33º | 0.92% | 0.19% | - |
| XYZ | 1.78 | 0.93 | 2.57 | - |
| YUV | 22.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 45 | 0 | 0.92 | 0.08 | 0.81 | 305.33 | 0.85 | 0.1 |
| Hex | 31 | 4 | 2D | 0 | 5C | 8 | 51 | 131 | 55 | A |
| Octal | 61 | 4 | 55 | 0 | 134 | 10 | 121 | 461 | 125 | 12 |
| Binary | 110001 | 100 | 101101 | 0 | 1011100 | 1000 | 1010001 | 100110001 | 1010101 | 1010 |
Color Harmonies of #31042D
Complementary color
Monochromatic Colors of #31042D
Black with #31042D
Text Example
Text Example
White with #31042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31042D; }
p { color: rgb(49,4,45); }
H1.HeaderClassName
{
color: #31042D;
}
.AnyTagClassName
{
color: #31042D;
}
</style>
background-color css
<style>
a { background-color: #31042D; }
a { background-color: rgb(49,4,45); }
div.DivClassName
{
background-color: #31042D;
}
.BgClassName
{
background-color: #31042D;
}
</style>
border-color css
<style>
span { border-color: #31042D; }
span { border-color: rgb(49,4,45); }
td.TdClassName
{
border-color: #31042D;
}
.TagClassName
{
border-color: #31042D;
}
</style>