Shades of Mardi Gras #31012D
Tints of Mardi Gras #31012D
RGB
CMYK
RGB Variations
Color information
#31012D (or 0x31012D) is known color: Mardi Gras. HEX triplet: 31, 01 and 2D. RGB value is (49,1,45). Sum of RGB (Red+Green+Blue) = 49+1+45=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31012D is #CEFED2. Grayscale: #141414. Windows color (decimal): -13565651 or 2949425. OLE color: 2949425.
HSL color Cylindrical-coordinate representation of color #31012D: hue angle of 305º 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 #31012D is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 1 | 45 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.81 |
| HSL | 305º | 0.96% | 0.1% | - |
| HSV(B) | 305º | 0.98% | 0.19% | - |
| XYZ | 1.75 | 0.86 | 2.56 | - |
| YUV | 20.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 45 | 0 | 0.98 | 0.08 | 0.81 | 305 | 0.96 | 0.1 |
| Hex | 31 | 1 | 2D | 0 | 62 | 8 | 51 | 131 | 60 | A |
| Octal | 61 | 1 | 55 | 0 | 142 | 10 | 121 | 461 | 140 | 12 |
| Binary | 110001 | 1 | 101101 | 0 | 1100010 | 1000 | 1010001 | 100110001 | 1100000 | 1010 |
Color Harmonies of #31012D
Complementary color
Monochromatic Colors of #31012D
Black with #31012D
Text Example
Text Example
White with #31012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31012D; }
p { color: rgb(49,1,45); }
H1.HeaderClassName
{
color: #31012D;
}
.AnyTagClassName
{
color: #31012D;
}
</style>
background-color css
<style>
a { background-color: #31012D; }
a { background-color: rgb(49,1,45); }
div.DivClassName
{
background-color: #31012D;
}
.BgClassName
{
background-color: #31012D;
}
</style>
border-color css
<style>
span { border-color: #31012D; }
span { border-color: rgb(49,1,45); }
td.TdClassName
{
border-color: #31012D;
}
.TagClassName
{
border-color: #31012D;
}
</style>