Shades of Mardi Gras #31022F
Tints of Mardi Gras #31022F
RGB
CMYK
RGB Variations
Color information
#31022F (or 0x31022F) is known color: Mardi Gras. HEX triplet: 31, 02 and 2F. RGB value is (49,2,47). Sum of RGB (Red+Green+Blue) = 49+2+47=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31022F is #CEFDD0. Grayscale: #151515. Windows color (decimal): -13565393 or 3080753. OLE color: 3080753.
HSL color Cylindrical-coordinate representation of color #31022F: hue angle of 302.55º 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 #31022F is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 47 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.81 |
| HSL | 302.55º | 0.92% | 0.1% | - |
| HSV(B) | 302.55º | 0.96% | 0.19% | - |
| XYZ | 1.8 | 0.9 | 2.77 | - |
| YUV | 21.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 47 | 0 | 0.96 | 0.04 | 0.81 | 302.55 | 0.92 | 0.1 |
| Hex | 31 | 2 | 2F | 0 | 60 | 4 | 51 | 12F | 5C | A |
| Octal | 61 | 2 | 57 | 0 | 140 | 4 | 121 | 457 | 134 | 12 |
| Binary | 110001 | 10 | 101111 | 0 | 1100000 | 100 | 1010001 | 100101111 | 1011100 | 1010 |
Color Harmonies of #31022F
Complementary color
Monochromatic Colors of #31022F
Black with #31022F
Text Example
Text Example
White with #31022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31022F; }
p { color: rgb(49,2,47); }
H1.HeaderClassName
{
color: #31022F;
}
.AnyTagClassName
{
color: #31022F;
}
</style>
background-color css
<style>
a { background-color: #31022F; }
a { background-color: rgb(49,2,47); }
div.DivClassName
{
background-color: #31022F;
}
.BgClassName
{
background-color: #31022F;
}
</style>
border-color css
<style>
span { border-color: #31022F; }
span { border-color: rgb(49,2,47); }
td.TdClassName
{
border-color: #31022F;
}
.TagClassName
{
border-color: #31022F;
}
</style>