Shades of Mardi Gras #310B2C
Tints of Mardi Gras #310B2C
RGB
CMYK
RGB Variations
Color information
#310B2C (or 0x310B2C) is known color: Mardi Gras. HEX triplet: 31, 0B and 2C. RGB value is (49,11,44). Sum of RGB (Red+Green+Blue) = 49+11+44=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #310B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B2C is #CEF4D3. Grayscale: #1A1A1A. Windows color (decimal): -13563092 or 2886449. OLE color: 2886449.
HSL color Cylindrical-coordinate representation of color #310B2C: hue angle of 307.89º 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 #310B2C is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 44 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.81 |
| HSL | 307.89º | 0.63% | 0.12% | - |
| HSV(B) | 307.89º | 0.78% | 0.19% | - |
| XYZ | 1.84 | 1.07 | 2.49 | - |
| YUV | 26.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 44 | 0 | 0.78 | 0.10 | 0.81 | 307.89 | 0.63 | 0.12 |
| Hex | 31 | B | 2C | 0 | 4E | A | 51 | 134 | 3F | C |
| Octal | 61 | 13 | 54 | 0 | 116 | 12 | 121 | 464 | 77 | 14 |
| Binary | 110001 | 1011 | 101100 | 0 | 1001110 | 1010 | 1010001 | 100110100 | 111111 | 1100 |
Color Harmonies of #310B2C
Complementary color
Monochromatic Colors of #310B2C
Black with #310B2C
Text Example
Text Example
White with #310B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B2C; }
p { color: rgb(49,11,44); }
H1.HeaderClassName
{
color: #310B2C;
}
.AnyTagClassName
{
color: #310B2C;
}
</style>
background-color css
<style>
a { background-color: #310B2C; }
a { background-color: rgb(49,11,44); }
div.DivClassName
{
background-color: #310B2C;
}
.BgClassName
{
background-color: #310B2C;
}
</style>
border-color css
<style>
span { border-color: #310B2C; }
span { border-color: rgb(49,11,44); }
td.TdClassName
{
border-color: #310B2C;
}
.TagClassName
{
border-color: #310B2C;
}
</style>