Shades of Mardi Gras #310F2D
Tints of Mardi Gras #310F2D
RGB
CMYK
RGB Variations
Color information
#310F2D (or 0x310F2D) is known color: Mardi Gras. HEX triplet: 31, 0F and 2D. RGB value is (49,15,45). Sum of RGB (Red+Green+Blue) = 49+15+45=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #310F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F2D is #CEF0D2. Grayscale: #1C1C1C. Windows color (decimal): -13562067 or 2953009. OLE color: 2953009.
HSL color Cylindrical-coordinate representation of color #310F2D: hue angle of 307.06º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #310F2D is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 15 | 45 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.81 |
| HSL | 307.06º | 0.53% | 0.13% | - |
| HSV(B) | 307.06º | 0.69% | 0.19% | - |
| XYZ | 1.91 | 1.18 | 2.61 | - |
| YUV | 28.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 45 | 0 | 0.69 | 0.08 | 0.81 | 307.06 | 0.53 | 0.13 |
| Hex | 31 | F | 2D | 0 | 45 | 8 | 51 | 133 | 35 | D |
| Octal | 61 | 17 | 55 | 0 | 105 | 10 | 121 | 463 | 65 | 15 |
| Binary | 110001 | 1111 | 101101 | 0 | 1000101 | 1000 | 1010001 | 100110011 | 110101 | 1101 |
Color Harmonies of #310F2D
Complementary color
Monochromatic Colors of #310F2D
Black with #310F2D
Text Example
Text Example
White with #310F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310F2D; }
p { color: rgb(49,15,45); }
H1.HeaderClassName
{
color: #310F2D;
}
.AnyTagClassName
{
color: #310F2D;
}
</style>
background-color css
<style>
a { background-color: #310F2D; }
a { background-color: rgb(49,15,45); }
div.DivClassName
{
background-color: #310F2D;
}
.BgClassName
{
background-color: #310F2D;
}
</style>
border-color css
<style>
span { border-color: #310F2D; }
span { border-color: rgb(49,15,45); }
td.TdClassName
{
border-color: #310F2D;
}
.TagClassName
{
border-color: #310F2D;
}
</style>