Shades of Mardi Gras #31022D
Tints of Mardi Gras #31022D
RGB
CMYK
RGB Variations
Color information
#31022D (or 0x31022D) is known color: Mardi Gras. HEX triplet: 31, 02 and 2D. RGB value is (49,2,45). Sum of RGB (Red+Green+Blue) = 49+2+45=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31022D is #CEFDD2. Grayscale: #141414. Windows color (decimal): -13565395 or 2949681. OLE color: 2949681.
HSL color Cylindrical-coordinate representation of color #31022D: hue angle of 305.11º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #31022D is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 45 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.81 |
| HSL | 305.11º | 0.92% | 0.1% | - |
| HSV(B) | 305.11º | 0.96% | 0.19% | - |
| XYZ | 1.76 | 0.89 | 2.56 | - |
| YUV | 20.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 45 | 0 | 0.96 | 0.08 | 0.81 | 305.11 | 0.92 | 0.1 |
| Hex | 31 | 2 | 2D | 0 | 60 | 8 | 51 | 131 | 5C | A |
| Octal | 61 | 2 | 55 | 0 | 140 | 10 | 121 | 461 | 134 | 12 |
| Binary | 110001 | 10 | 101101 | 0 | 1100000 | 1000 | 1010001 | 100110001 | 1011100 | 1010 |
Color Harmonies of #31022D
Complementary color
Monochromatic Colors of #31022D
Black with #31022D
Text Example
Text Example
White with #31022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31022D; }
p { color: rgb(49,2,45); }
H1.HeaderClassName
{
color: #31022D;
}
.AnyTagClassName
{
color: #31022D;
}
</style>
background-color css
<style>
a { background-color: #31022D; }
a { background-color: rgb(49,2,45); }
div.DivClassName
{
background-color: #31022D;
}
.BgClassName
{
background-color: #31022D;
}
</style>
border-color css
<style>
span { border-color: #31022D; }
span { border-color: rgb(49,2,45); }
td.TdClassName
{
border-color: #31022D;
}
.TagClassName
{
border-color: #31022D;
}
</style>