Shades of Mardi Gras #31002F
Tints of Mardi Gras #31002F
RGB
CMYK
RGB Variations
Color information
#31002F (or 0x31002F) is known color: Mardi Gras. HEX triplet: 31, 00 and 2F. RGB value is (49,0,47). Sum of RGB (Red+Green+Blue) = 49+0+47=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31002F is #CEFFD0. Grayscale: #131313. Windows color (decimal): -13565905 or 3080241. OLE color: 3080241.
HSL color Cylindrical-coordinate representation of color #31002F: hue angle of 302.45º 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 #31002F is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.04 | 0.81 |
| HSL | 302.45º | 1% | 0.1% | - |
| HSV(B) | 302.45º | 1% | 0.19% | - |
| XYZ | 1.78 | 0.86 | 2.76 | - |
| YUV | 20.01 | 143.23 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 47 | 0 | 1 | 0.04 | 0.81 | 302.45 | 1 | 0.1 |
| Hex | 31 | 0 | 2F | 0 | 64 | 4 | 51 | 12E | 64 | A |
| Octal | 61 | 0 | 57 | 0 | 144 | 4 | 121 | 456 | 144 | 12 |
| Binary | 110001 | 0 | 101111 | 0 | 1100100 | 100 | 1010001 | 100101110 | 1100100 | 1010 |
Color Harmonies of #31002F
Complementary color
Monochromatic Colors of #31002F
Black with #31002F
Text Example
Text Example
White with #31002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31002F; }
p { color: rgb(49,0,47); }
H1.HeaderClassName
{
color: #31002F;
}
.AnyTagClassName
{
color: #31002F;
}
</style>
background-color css
<style>
a { background-color: #31002F; }
a { background-color: rgb(49,0,47); }
div.DivClassName
{
background-color: #31002F;
}
.BgClassName
{
background-color: #31002F;
}
</style>
border-color css
<style>
span { border-color: #31002F; }
span { border-color: rgb(49,0,47); }
td.TdClassName
{
border-color: #31002F;
}
.TagClassName
{
border-color: #31002F;
}
</style>