Shades of Mardi Gras #31002D
Tints of Mardi Gras #31002D
RGB
CMYK
RGB Variations
Color information
#31002D (or 0x31002D) is known color: Mardi Gras. HEX triplet: 31, 00 and 2D. RGB value is (49,0,45). Sum of RGB (Red+Green+Blue) = 49+0+45=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002D is #CEFFD2. Grayscale: #131313. Windows color (decimal): -13565907 or 2949169. OLE color: 2949169.
HSL color Cylindrical-coordinate representation of color #31002D: hue angle of 304.9º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31002D is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.08 | 0.81 |
| HSL | 304.9º | 1% | 0.1% | - |
| HSV(B) | 304.9º | 1% | 0.19% | - |
| XYZ | 1.74 | 0.84 | 2.55 | - |
| YUV | 19.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 45 | 0 | 1 | 0.08 | 0.81 | 304.9 | 1 | 0.1 |
| Hex | 31 | 0 | 2D | 0 | 64 | 8 | 51 | 131 | 64 | A |
| Octal | 61 | 0 | 55 | 0 | 144 | 10 | 121 | 461 | 144 | 12 |
| Binary | 110001 | 0 | 101101 | 0 | 1100100 | 1000 | 1010001 | 100110001 | 1100100 | 1010 |
Color Harmonies of #31002D
Complementary color
Monochromatic Colors of #31002D
Black with #31002D
Text Example
Text Example
White with #31002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31002D; }
p { color: rgb(49,0,45); }
H1.HeaderClassName
{
color: #31002D;
}
.AnyTagClassName
{
color: #31002D;
}
</style>
background-color css
<style>
a { background-color: #31002D; }
a { background-color: rgb(49,0,45); }
div.DivClassName
{
background-color: #31002D;
}
.BgClassName
{
background-color: #31002D;
}
</style>
border-color css
<style>
span { border-color: #31002D; }
span { border-color: rgb(49,0,45); }
td.TdClassName
{
border-color: #31002D;
}
.TagClassName
{
border-color: #31002D;
}
</style>