Shades of Mardi Gras #341E31
Tints of Mardi Gras #341E31
RGB
CMYK
RGB Variations
Color information
#341E31 (or 0x341E31) is known color: Mardi Gras. HEX triplet: 34, 1E and 31. RGB value is (52,30,49). Sum of RGB (Red+Green+Blue) = 52+30+49=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #341E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E31 is #CBE1CE. Grayscale: #262626. Windows color (decimal): -13361615 or 3218996. OLE color: 3218996.
HSL color Cylindrical-coordinate representation of color #341E31: hue angle of 308.18º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #341E31 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 49 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.80 |
| HSL | 308.18º | 0.27% | 0.16% | - |
| HSV(B) | 308.18º | 0.42% | 0.2% | - |
| XYZ | 2.43 | 1.88 | 3.14 | - |
| YUV | 38.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 49 | 0 | 0.42 | 0.06 | 0.80 | 308.18 | 0.27 | 0.16 |
| Hex | 34 | 1E | 31 | 0 | 2A | 6 | 50 | 134 | 1B | 10 |
| Octal | 64 | 36 | 61 | 0 | 52 | 6 | 120 | 464 | 33 | 20 |
| Binary | 110100 | 11110 | 110001 | 0 | 101010 | 110 | 1010000 | 100110100 | 11011 | 10000 |
Color Harmonies of #341E31
Complementary color
Monochromatic Colors of #341E31
Black with #341E31
Text Example
Text Example
White with #341E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E31; }
p { color: rgb(52,30,49); }
H1.HeaderClassName
{
color: #341E31;
}
.AnyTagClassName
{
color: #341E31;
}
</style>
background-color css
<style>
a { background-color: #341E31; }
a { background-color: rgb(52,30,49); }
div.DivClassName
{
background-color: #341E31;
}
.BgClassName
{
background-color: #341E31;
}
</style>
border-color css
<style>
span { border-color: #341E31; }
span { border-color: rgb(52,30,49); }
td.TdClassName
{
border-color: #341E31;
}
.TagClassName
{
border-color: #341E31;
}
</style>