Shades of Mardi Gras #310B34
Tints of Mardi Gras #310B34
RGB
CMYK
RGB Variations
Color information
#310B34 (or 0x310B34) is known color: Mardi Gras. HEX triplet: 31, 0B and 34. RGB value is (49,11,52). Sum of RGB (Red+Green+Blue) = 49+11+52=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #310B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B34 is #CEF4CB. Grayscale: #1A1A1A. Windows color (decimal): -13563084 or 3410737. OLE color: 3410737.
HSL color Cylindrical-coordinate representation of color #310B34: hue angle of 295.61º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #310B34 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 11 | 52 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.80 |
| HSL | 295.61º | 0.65% | 0.12% | - |
| HSV(B) | 295.61º | 0.79% | 0.2% | - |
| XYZ | 2.01 | 1.14 | 3.36 | - |
| YUV | 27.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 52 | 0.06 | 0.79 | 0 | 0.80 | 295.61 | 0.65 | 0.12 |
| Hex | 31 | B | 34 | 6 | 4F | 0 | 50 | 128 | 41 | C |
| Octal | 61 | 13 | 64 | 6 | 117 | 0 | 120 | 450 | 101 | 14 |
| Binary | 110001 | 1011 | 110100 | 110 | 1001111 | 0 | 1010000 | 100101000 | 1000001 | 1100 |
Color Harmonies of #310B34
Complementary color
Monochromatic Colors of #310B34
Black with #310B34
Text Example
Text Example
White with #310B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B34; }
p { color: rgb(49,11,52); }
H1.HeaderClassName
{
color: #310B34;
}
.AnyTagClassName
{
color: #310B34;
}
</style>
background-color css
<style>
a { background-color: #310B34; }
a { background-color: rgb(49,11,52); }
div.DivClassName
{
background-color: #310B34;
}
.BgClassName
{
background-color: #310B34;
}
</style>
border-color css
<style>
span { border-color: #310B34; }
span { border-color: rgb(49,11,52); }
td.TdClassName
{
border-color: #310B34;
}
.TagClassName
{
border-color: #310B34;
}
</style>