Shades of Mardi Gras #342039
Tints of Mardi Gras #342039
RGB
CMYK
RGB Variations
Color information
#342039 (or 0x342039) is known color: Mardi Gras. HEX triplet: 34, 20 and 39. RGB value is (52,32,57). Sum of RGB (Red+Green+Blue) = 52+32+57=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #342039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342039 is #CBDFC6. Grayscale: #282828. Windows color (decimal): -13361095 or 3743796. OLE color: 3743796.
HSL color Cylindrical-coordinate representation of color #342039: hue angle of 288º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #342039 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 32 | 57 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.78 |
| HSL | 288º | 0.28% | 0.17% | - |
| HSV(B) | 288º | 0.44% | 0.22% | - |
| XYZ | 2.67 | 2.06 | 4.13 | - |
| YUV | 40.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 57 | 0.09 | 0.44 | 0 | 0.78 | 288 | 0.28 | 0.17 |
| Hex | 34 | 20 | 39 | 9 | 2C | 0 | 4E | 120 | 1C | 11 |
| Octal | 64 | 40 | 71 | 11 | 54 | 0 | 116 | 440 | 34 | 21 |
| Binary | 110100 | 100000 | 111001 | 1001 | 101100 | 0 | 1001110 | 100100000 | 11100 | 10001 |
Color Harmonies of #342039
Complementary color
Monochromatic Colors of #342039
Black with #342039
Text Example
Text Example
White with #342039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342039; }
p { color: rgb(52,32,57); }
H1.HeaderClassName
{
color: #342039;
}
.AnyTagClassName
{
color: #342039;
}
</style>
background-color css
<style>
a { background-color: #342039; }
a { background-color: rgb(52,32,57); }
div.DivClassName
{
background-color: #342039;
}
.BgClassName
{
background-color: #342039;
}
</style>
border-color css
<style>
span { border-color: #342039; }
span { border-color: rgb(52,32,57); }
td.TdClassName
{
border-color: #342039;
}
.TagClassName
{
border-color: #342039;
}
</style>