Shades of Mardi Gras #310C2A
Tints of Mardi Gras #310C2A
RGB
CMYK
RGB Variations
Color information
#310C2A (or 0x310C2A) is known color: Mardi Gras. HEX triplet: 31, 0C and 2A. RGB value is (49,12,42). Sum of RGB (Red+Green+Blue) = 49+12+42=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #310C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C2A is #CEF3D5. Grayscale: #1A1A1A. Windows color (decimal): -13562838 or 2755633. OLE color: 2755633.
HSL color Cylindrical-coordinate representation of color #310C2A: hue angle of 311.35º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #310C2A is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 12 | 42 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.81 |
| HSL | 311.35º | 0.61% | 0.12% | - |
| HSV(B) | 311.35º | 0.76% | 0.19% | - |
| XYZ | 1.82 | 1.08 | 2.3 | - |
| YUV | 26.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 42 | 0 | 0.76 | 0.14 | 0.81 | 311.35 | 0.61 | 0.12 |
| Hex | 31 | C | 2A | 0 | 4C | E | 51 | 137 | 3D | C |
| Octal | 61 | 14 | 52 | 0 | 114 | 16 | 121 | 467 | 75 | 14 |
| Binary | 110001 | 1100 | 101010 | 0 | 1001100 | 1110 | 1010001 | 100110111 | 111101 | 1100 |
Color Harmonies of #310C2A
Complementary color
Monochromatic Colors of #310C2A
Black with #310C2A
Text Example
Text Example
White with #310C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C2A; }
p { color: rgb(49,12,42); }
H1.HeaderClassName
{
color: #310C2A;
}
.AnyTagClassName
{
color: #310C2A;
}
</style>
background-color css
<style>
a { background-color: #310C2A; }
a { background-color: rgb(49,12,42); }
div.DivClassName
{
background-color: #310C2A;
}
.BgClassName
{
background-color: #310C2A;
}
</style>
border-color css
<style>
span { border-color: #310C2A; }
span { border-color: rgb(49,12,42); }
td.TdClassName
{
border-color: #310C2A;
}
.TagClassName
{
border-color: #310C2A;
}
</style>