Shades of Mardi Gras #311333
Tints of Mardi Gras #311333
RGB
CMYK
RGB Variations
Color information
#311333 (or 0x311333) is known color: Mardi Gras. HEX triplet: 31, 13 and 33. RGB value is (49,19,51). Sum of RGB (Red+Green+Blue) = 49+19+51=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #311333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311333 is #CEECCC. Grayscale: #1F1F1F. Windows color (decimal): -13561037 or 3347249. OLE color: 3347249.
HSL color Cylindrical-coordinate representation of color #311333: hue angle of 296.25º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311333 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 19 | 51 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.8 |
| HSL | 296.25º | 0.46% | 0.14% | - |
| HSV(B) | 296.25º | 0.63% | 0.2% | - |
| XYZ | 2.1 | 1.36 | 3.28 | - |
| YUV | 31.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 51 | 0.04 | 0.63 | 0 | 0.8 | 296.25 | 0.46 | 0.14 |
| Hex | 31 | 13 | 33 | 4 | 3F | 0 | 50 | 128 | 2E | E |
| Octal | 61 | 23 | 63 | 4 | 77 | 0 | 120 | 450 | 56 | 16 |
| Binary | 110001 | 10011 | 110011 | 100 | 111111 | 0 | 1010000 | 100101000 | 101110 | 1110 |
Color Harmonies of #311333
Complementary color
Monochromatic Colors of #311333
Black with #311333
Text Example
Text Example
White with #311333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311333; }
p { color: rgb(49,19,51); }
H1.HeaderClassName
{
color: #311333;
}
.AnyTagClassName
{
color: #311333;
}
</style>
background-color css
<style>
a { background-color: #311333; }
a { background-color: rgb(49,19,51); }
div.DivClassName
{
background-color: #311333;
}
.BgClassName
{
background-color: #311333;
}
</style>
border-color css
<style>
span { border-color: #311333; }
span { border-color: rgb(49,19,51); }
td.TdClassName
{
border-color: #311333;
}
.TagClassName
{
border-color: #311333;
}
</style>