Shades of Mardi Gras #310B2D
Tints of Mardi Gras #310B2D
RGB
CMYK
RGB Variations
Color information
#310B2D (or 0x310B2D) is known color: Mardi Gras. HEX triplet: 31, 0B and 2D. RGB value is (49,11,45). Sum of RGB (Red+Green+Blue) = 49+11+45=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #310B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B2D is #CEF4D2. Grayscale: #1A1A1A. Windows color (decimal): -13563091 or 2951985. OLE color: 2951985.
HSL color Cylindrical-coordinate representation of color #310B2D: hue angle of 306.32º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B2D is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 45 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.81 |
| HSL | 306.32º | 0.63% | 0.12% | - |
| HSV(B) | 306.32º | 0.78% | 0.19% | - |
| XYZ | 1.86 | 1.08 | 2.59 | - |
| YUV | 26.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 45 | 0 | 0.78 | 0.08 | 0.81 | 306.32 | 0.63 | 0.12 |
| Hex | 31 | B | 2D | 0 | 4E | 8 | 51 | 132 | 3F | C |
| Octal | 61 | 13 | 55 | 0 | 116 | 10 | 121 | 462 | 77 | 14 |
| Binary | 110001 | 1011 | 101101 | 0 | 1001110 | 1000 | 1010001 | 100110010 | 111111 | 1100 |
Color Harmonies of #310B2D
Complementary color
Monochromatic Colors of #310B2D
Black with #310B2D
Text Example
Text Example
White with #310B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B2D; }
p { color: rgb(49,11,45); }
H1.HeaderClassName
{
color: #310B2D;
}
.AnyTagClassName
{
color: #310B2D;
}
</style>
background-color css
<style>
a { background-color: #310B2D; }
a { background-color: rgb(49,11,45); }
div.DivClassName
{
background-color: #310B2D;
}
.BgClassName
{
background-color: #310B2D;
}
</style>
border-color css
<style>
span { border-color: #310B2D; }
span { border-color: rgb(49,11,45); }
td.TdClassName
{
border-color: #310B2D;
}
.TagClassName
{
border-color: #310B2D;
}
</style>