Shades of Mardi Gras #341E32
Tints of Mardi Gras #341E32
RGB
CMYK
RGB Variations
Color information
#341E32 (or 0x341E32) is known color: Mardi Gras. HEX triplet: 34, 1E and 32. RGB value is (52,30,50). Sum of RGB (Red+Green+Blue) = 52+30+50=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 52 - color contains mainly: red. Hex color #341E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E32 is #CBE1CD. Grayscale: #262626. Windows color (decimal): -13361614 or 3284532. OLE color: 3284532.
HSL color Cylindrical-coordinate representation of color #341E32: hue angle of 305.45º 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 #341E32 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 50 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.80 |
| HSL | 305.45º | 0.27% | 0.16% | - |
| HSV(B) | 305.45º | 0.42% | 0.2% | - |
| XYZ | 2.46 | 1.89 | 3.25 | - |
| YUV | 38.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 50 | 0 | 0.42 | 0.04 | 0.80 | 305.45 | 0.27 | 0.16 |
| Hex | 34 | 1E | 32 | 0 | 2A | 4 | 50 | 131 | 1B | 10 |
| Octal | 64 | 36 | 62 | 0 | 52 | 4 | 120 | 461 | 33 | 20 |
| Binary | 110100 | 11110 | 110010 | 0 | 101010 | 100 | 1010000 | 100110001 | 11011 | 10000 |
Color Harmonies of #341E32
Complementary color
Monochromatic Colors of #341E32
Black with #341E32
Text Example
Text Example
White with #341E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E32; }
p { color: rgb(52,30,50); }
H1.HeaderClassName
{
color: #341E32;
}
.AnyTagClassName
{
color: #341E32;
}
</style>
background-color css
<style>
a { background-color: #341E32; }
a { background-color: rgb(52,30,50); }
div.DivClassName
{
background-color: #341E32;
}
.BgClassName
{
background-color: #341E32;
}
</style>
border-color css
<style>
span { border-color: #341E32; }
span { border-color: rgb(52,30,50); }
td.TdClassName
{
border-color: #341E32;
}
.TagClassName
{
border-color: #341E32;
}
</style>