Shades of Mardi Gras #342432
Tints of Mardi Gras #342432
RGB
CMYK
RGB Variations
Color information
#342432 (or 0x342432) is known color: Mardi Gras. HEX triplet: 34, 24 and 32. RGB value is (52,36,50). Sum of RGB (Red+Green+Blue) = 52+36+50=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #342432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342432 is #CBDBCD. Grayscale: #2A2A2A. Windows color (decimal): -13360078 or 3286068. OLE color: 3286068.
HSL color Cylindrical-coordinate representation of color #342432: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #342432 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 36 | 50 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.80 |
| HSL | 307.5º | 0.18% | 0.17% | - |
| HSV(B) | 307.5º | 0.31% | 0.2% | - |
| XYZ | 2.62 | 2.22 | 3.31 | - |
| YUV | 42.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 50 | 0 | 0.31 | 0.04 | 0.80 | 307.5 | 0.18 | 0.17 |
| Hex | 34 | 24 | 32 | 0 | 1F | 4 | 50 | 134 | 12 | 11 |
| Octal | 64 | 44 | 62 | 0 | 37 | 4 | 120 | 464 | 22 | 21 |
| Binary | 110100 | 100100 | 110010 | 0 | 11111 | 100 | 1010000 | 100110100 | 10010 | 10001 |
Color Harmonies of #342432
Complementary color
Monochromatic Colors of #342432
Black with #342432
Text Example
Text Example
White with #342432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342432; }
p { color: rgb(52,36,50); }
H1.HeaderClassName
{
color: #342432;
}
.AnyTagClassName
{
color: #342432;
}
</style>
background-color css
<style>
a { background-color: #342432; }
a { background-color: rgb(52,36,50); }
div.DivClassName
{
background-color: #342432;
}
.BgClassName
{
background-color: #342432;
}
</style>
border-color css
<style>
span { border-color: #342432; }
span { border-color: rgb(52,36,50); }
td.TdClassName
{
border-color: #342432;
}
.TagClassName
{
border-color: #342432;
}
</style>