Shades of Mardi Gras #340E31
Tints of Mardi Gras #340E31
RGB
CMYK
RGB Variations
Color information
#340E31 (or 0x340E31) is known color: Mardi Gras. HEX triplet: 34, 0E and 31. RGB value is (52,14,49). Sum of RGB (Red+Green+Blue) = 52+14+49=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #340E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E31 is #CBF1CE. Grayscale: #1D1D1D. Windows color (decimal): -13365711 or 3214900. OLE color: 3214900.
HSL color Cylindrical-coordinate representation of color #340E31: hue angle of 304.74º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E31 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 14 | 49 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.80 |
| HSL | 304.74º | 0.58% | 0.13% | - |
| HSV(B) | 304.74º | 0.73% | 0.2% | - |
| XYZ | 2.13 | 1.27 | 3.04 | - |
| YUV | 29.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 14 | 49 | 0 | 0.73 | 0.06 | 0.80 | 304.74 | 0.58 | 0.13 |
| Hex | 34 | E | 31 | 0 | 49 | 6 | 50 | 131 | 3A | D |
| Octal | 64 | 16 | 61 | 0 | 111 | 6 | 120 | 461 | 72 | 15 |
| Binary | 110100 | 1110 | 110001 | 0 | 1001001 | 110 | 1010000 | 100110001 | 111010 | 1101 |
Color Harmonies of #340E31
Complementary color
Monochromatic Colors of #340E31
Black with #340E31
Text Example
Text Example
White with #340E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340E31; }
p { color: rgb(52,14,49); }
H1.HeaderClassName
{
color: #340E31;
}
.AnyTagClassName
{
color: #340E31;
}
</style>
background-color css
<style>
a { background-color: #340E31; }
a { background-color: rgb(52,14,49); }
div.DivClassName
{
background-color: #340E31;
}
.BgClassName
{
background-color: #340E31;
}
</style>
border-color css
<style>
span { border-color: #340E31; }
span { border-color: rgb(52,14,49); }
td.TdClassName
{
border-color: #340E31;
}
.TagClassName
{
border-color: #340E31;
}
</style>