Shades of Mardi Gras #31012A
Tints of Mardi Gras #31012A
RGB
CMYK
RGB Variations
Color information
#31012A (or 0x31012A) is known color: Mardi Gras. HEX triplet: 31, 01 and 2A. RGB value is (49,1,42). Sum of RGB (Red+Green+Blue) = 49+1+42=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #31012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31012A is #CEFED5. Grayscale: #131313. Windows color (decimal): -13565654 or 2752817. OLE color: 2752817.
HSL color Cylindrical-coordinate representation of color #31012A: hue angle of 308.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31012A is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 1 | 42 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.81 |
| HSL | 308.75º | 0.96% | 0.1% | - |
| HSV(B) | 308.75º | 0.98% | 0.19% | - |
| XYZ | 1.7 | 0.84 | 2.26 | - |
| YUV | 20.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 42 | 0 | 0.98 | 0.14 | 0.81 | 308.75 | 0.96 | 0.1 |
| Hex | 31 | 1 | 2A | 0 | 62 | E | 51 | 135 | 60 | A |
| Octal | 61 | 1 | 52 | 0 | 142 | 16 | 121 | 465 | 140 | 12 |
| Binary | 110001 | 1 | 101010 | 0 | 1100010 | 1110 | 1010001 | 100110101 | 1100000 | 1010 |
Color Harmonies of #31012A
Complementary color
Monochromatic Colors of #31012A
Black with #31012A
Text Example
Text Example
White with #31012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31012A; }
p { color: rgb(49,1,42); }
H1.HeaderClassName
{
color: #31012A;
}
.AnyTagClassName
{
color: #31012A;
}
</style>
background-color css
<style>
a { background-color: #31012A; }
a { background-color: rgb(49,1,42); }
div.DivClassName
{
background-color: #31012A;
}
.BgClassName
{
background-color: #31012A;
}
</style>
border-color css
<style>
span { border-color: #31012A; }
span { border-color: rgb(49,1,42); }
td.TdClassName
{
border-color: #31012A;
}
.TagClassName
{
border-color: #31012A;
}
</style>