Shades of Mardi Gras #31022C
Tints of Mardi Gras #31022C
RGB
CMYK
RGB Variations
Color information
#31022C (or 0x31022C) is known color: Mardi Gras. HEX triplet: 31, 02 and 2C. RGB value is (49,2,44). Sum of RGB (Red+Green+Blue) = 49+2+44=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31022C is #CEFDD3. Grayscale: #141414. Windows color (decimal): -13565396 or 2884145. OLE color: 2884145.
HSL color Cylindrical-coordinate representation of color #31022C: hue angle of 306.38º 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 #31022C is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 44 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.81 |
| HSL | 306.38º | 0.92% | 0.1% | - |
| HSV(B) | 306.38º | 0.96% | 0.19% | - |
| XYZ | 1.74 | 0.88 | 2.46 | - |
| YUV | 20.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 44 | 0 | 0.96 | 0.10 | 0.81 | 306.38 | 0.92 | 0.1 |
| Hex | 31 | 2 | 2C | 0 | 60 | A | 51 | 132 | 5C | A |
| Octal | 61 | 2 | 54 | 0 | 140 | 12 | 121 | 462 | 134 | 12 |
| Binary | 110001 | 10 | 101100 | 0 | 1100000 | 1010 | 1010001 | 100110010 | 1011100 | 1010 |
Color Harmonies of #31022C
Complementary color
Monochromatic Colors of #31022C
Black with #31022C
Text Example
Text Example
White with #31022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31022C; }
p { color: rgb(49,2,44); }
H1.HeaderClassName
{
color: #31022C;
}
.AnyTagClassName
{
color: #31022C;
}
</style>
background-color css
<style>
a { background-color: #31022C; }
a { background-color: rgb(49,2,44); }
div.DivClassName
{
background-color: #31022C;
}
.BgClassName
{
background-color: #31022C;
}
</style>
border-color css
<style>
span { border-color: #31022C; }
span { border-color: rgb(49,2,44); }
td.TdClassName
{
border-color: #31022C;
}
.TagClassName
{
border-color: #31022C;
}
</style>