Shades of Mardi Gras #310D32
Tints of Mardi Gras #310D32
RGB
CMYK
RGB Variations
Color information
#310D32 (or 0x310D32) is known color: Mardi Gras. HEX triplet: 31, 0D and 32. RGB value is (49,13,50). Sum of RGB (Red+Green+Blue) = 49+13+50=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #310D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310D32 is #CEF2CD. Grayscale: #1B1B1B. Windows color (decimal): -13562574 or 3280177. OLE color: 3280177.
HSL color Cylindrical-coordinate representation of color #310D32: hue angle of 298.38º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #310D32 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 13 | 50 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.80 |
| HSL | 298.38º | 0.59% | 0.12% | - |
| HSV(B) | 298.38º | 0.74% | 0.2% | - |
| XYZ | 1.99 | 1.17 | 3.14 | - |
| YUV | 27.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 50 | 0.02 | 0.74 | 0 | 0.80 | 298.38 | 0.59 | 0.12 |
| Hex | 31 | D | 32 | 2 | 4A | 0 | 50 | 12A | 3B | C |
| Octal | 61 | 15 | 62 | 2 | 112 | 0 | 120 | 452 | 73 | 14 |
| Binary | 110001 | 1101 | 110010 | 10 | 1001010 | 0 | 1010000 | 100101010 | 111011 | 1100 |
Color Harmonies of #310D32
Complementary color
Monochromatic Colors of #310D32
Black with #310D32
Text Example
Text Example
White with #310D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D32; }
p { color: rgb(49,13,50); }
H1.HeaderClassName
{
color: #310D32;
}
.AnyTagClassName
{
color: #310D32;
}
</style>
background-color css
<style>
a { background-color: #310D32; }
a { background-color: rgb(49,13,50); }
div.DivClassName
{
background-color: #310D32;
}
.BgClassName
{
background-color: #310D32;
}
</style>
border-color css
<style>
span { border-color: #310D32; }
span { border-color: rgb(49,13,50); }
td.TdClassName
{
border-color: #310D32;
}
.TagClassName
{
border-color: #310D32;
}
</style>