Shades of Mardi Gras #31022A
Tints of Mardi Gras #31022A
RGB
CMYK
RGB Variations
Color information
#31022A (or 0x31022A) is known color: Mardi Gras. HEX triplet: 31, 02 and 2A. RGB value is (49,2,42). Sum of RGB (Red+Green+Blue) = 49+2+42=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 42 (16.80% from 255 or 45.16% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #31022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31022A is #CEFDD5. Grayscale: #141414. Windows color (decimal): -13565398 or 2753073. OLE color: 2753073.
HSL color Cylindrical-coordinate representation of color #31022A: hue angle of 308.94º 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 #31022A is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 42 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.81 |
| HSL | 308.94º | 0.92% | 0.1% | - |
| HSV(B) | 308.94º | 0.96% | 0.19% | - |
| XYZ | 1.71 | 0.86 | 2.27 | - |
| YUV | 20.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 42 | 0 | 0.96 | 0.14 | 0.81 | 308.94 | 0.92 | 0.1 |
| Hex | 31 | 2 | 2A | 0 | 60 | E | 51 | 135 | 5C | A |
| Octal | 61 | 2 | 52 | 0 | 140 | 16 | 121 | 465 | 134 | 12 |
| Binary | 110001 | 10 | 101010 | 0 | 1100000 | 1110 | 1010001 | 100110101 | 1011100 | 1010 |
Color Harmonies of #31022A
Complementary color
Monochromatic Colors of #31022A
Black with #31022A
Text Example
Text Example
White with #31022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31022A; }
p { color: rgb(49,2,42); }
H1.HeaderClassName
{
color: #31022A;
}
.AnyTagClassName
{
color: #31022A;
}
</style>
background-color css
<style>
a { background-color: #31022A; }
a { background-color: rgb(49,2,42); }
div.DivClassName
{
background-color: #31022A;
}
.BgClassName
{
background-color: #31022A;
}
</style>
border-color css
<style>
span { border-color: #31022A; }
span { border-color: rgb(49,2,42); }
td.TdClassName
{
border-color: #31022A;
}
.TagClassName
{
border-color: #31022A;
}
</style>