Shades of Mardi Gras #310C2D
Tints of Mardi Gras #310C2D
RGB
CMYK
RGB Variations
Color information
#310C2D (or 0x310C2D) is known color: Mardi Gras. HEX triplet: 31, 0C and 2D. RGB value is (49,12,45). Sum of RGB (Red+Green+Blue) = 49+12+45=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #310C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C2D is #CEF3D2. Grayscale: #1A1A1A. Windows color (decimal): -13562835 or 2952241. OLE color: 2952241.
HSL color Cylindrical-coordinate representation of color #310C2D: hue angle of 306.49º 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 #310C2D is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 12 | 45 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.81 |
| HSL | 306.49º | 0.61% | 0.12% | - |
| HSV(B) | 306.49º | 0.76% | 0.19% | - |
| XYZ | 1.87 | 1.11 | 2.6 | - |
| YUV | 26.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 45 | 0 | 0.76 | 0.08 | 0.81 | 306.49 | 0.61 | 0.12 |
| Hex | 31 | C | 2D | 0 | 4C | 8 | 51 | 132 | 3D | C |
| Octal | 61 | 14 | 55 | 0 | 114 | 10 | 121 | 462 | 75 | 14 |
| Binary | 110001 | 1100 | 101101 | 0 | 1001100 | 1000 | 1010001 | 100110010 | 111101 | 1100 |
Color Harmonies of #310C2D
Complementary color
Monochromatic Colors of #310C2D
Black with #310C2D
Text Example
Text Example
White with #310C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C2D; }
p { color: rgb(49,12,45); }
H1.HeaderClassName
{
color: #310C2D;
}
.AnyTagClassName
{
color: #310C2D;
}
</style>
background-color css
<style>
a { background-color: #310C2D; }
a { background-color: rgb(49,12,45); }
div.DivClassName
{
background-color: #310C2D;
}
.BgClassName
{
background-color: #310C2D;
}
</style>
border-color css
<style>
span { border-color: #310C2D; }
span { border-color: rgb(49,12,45); }
td.TdClassName
{
border-color: #310C2D;
}
.TagClassName
{
border-color: #310C2D;
}
</style>