Shades of Mardi Gras #311334
Tints of Mardi Gras #311334
RGB
CMYK
RGB Variations
Color information
#311334 (or 0x311334) is known color: Mardi Gras. HEX triplet: 31, 13 and 34. RGB value is (49,19,52). Sum of RGB (Red+Green+Blue) = 49+19+52=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 52 (20.70% from 255 or 43.33% from 120); Max value from RGB is 52 - color contains mainly: blue. Hex color #311334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311334 is #CEECCB. Grayscale: #1F1F1F. Windows color (decimal): -13561036 or 3412785. OLE color: 3412785.
HSL color Cylindrical-coordinate representation of color #311334: hue angle of 294.55º 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 #311334 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 19 | 52 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.80 |
| HSL | 294.55º | 0.46% | 0.14% | - |
| HSV(B) | 294.55º | 0.63% | 0.2% | - |
| XYZ | 2.12 | 1.37 | 3.4 | - |
| YUV | 31.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 52 | 0.06 | 0.63 | 0 | 0.80 | 294.55 | 0.46 | 0.14 |
| Hex | 31 | 13 | 34 | 6 | 3F | 0 | 50 | 127 | 2E | E |
| Octal | 61 | 23 | 64 | 6 | 77 | 0 | 120 | 447 | 56 | 16 |
| Binary | 110001 | 10011 | 110100 | 110 | 111111 | 0 | 1010000 | 100100111 | 101110 | 1110 |
Color Harmonies of #311334
Complementary color
Monochromatic Colors of #311334
Black with #311334
Text Example
Text Example
White with #311334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311334; }
p { color: rgb(49,19,52); }
H1.HeaderClassName
{
color: #311334;
}
.AnyTagClassName
{
color: #311334;
}
</style>
background-color css
<style>
a { background-color: #311334; }
a { background-color: rgb(49,19,52); }
div.DivClassName
{
background-color: #311334;
}
.BgClassName
{
background-color: #311334;
}
</style>
border-color css
<style>
span { border-color: #311334; }
span { border-color: rgb(49,19,52); }
td.TdClassName
{
border-color: #311334;
}
.TagClassName
{
border-color: #311334;
}
</style>