Shades of Mardi Gras #342133
Tints of Mardi Gras #342133
RGB
CMYK
RGB Variations
Color information
#342133 (or 0x342133) is known color: Mardi Gras. HEX triplet: 34, 21 and 33. RGB value is (52,33,51). Sum of RGB (Red+Green+Blue) = 52+33+51=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #342133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342133 is #CBDECC. Grayscale: #282828. Windows color (decimal): -13360845 or 3350836. OLE color: 3350836.
HSL color Cylindrical-coordinate representation of color #342133: hue angle of 303.16º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342133 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 33 | 51 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.80 |
| HSL | 303.16º | 0.22% | 0.17% | - |
| HSV(B) | 303.16º | 0.37% | 0.2% | - |
| XYZ | 2.56 | 2.06 | 3.39 | - |
| YUV | 40.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 51 | 0 | 0.37 | 0.02 | 0.80 | 303.16 | 0.22 | 0.17 |
| Hex | 34 | 21 | 33 | 0 | 25 | 2 | 50 | 12F | 16 | 11 |
| Octal | 64 | 41 | 63 | 0 | 45 | 2 | 120 | 457 | 26 | 21 |
| Binary | 110100 | 100001 | 110011 | 0 | 100101 | 10 | 1010000 | 100101111 | 10110 | 10001 |
Color Harmonies of #342133
Complementary color
Monochromatic Colors of #342133
Black with #342133
Text Example
Text Example
White with #342133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342133; }
p { color: rgb(52,33,51); }
H1.HeaderClassName
{
color: #342133;
}
.AnyTagClassName
{
color: #342133;
}
</style>
background-color css
<style>
a { background-color: #342133; }
a { background-color: rgb(52,33,51); }
div.DivClassName
{
background-color: #342133;
}
.BgClassName
{
background-color: #342133;
}
</style>
border-color css
<style>
span { border-color: #342133; }
span { border-color: rgb(52,33,51); }
td.TdClassName
{
border-color: #342133;
}
.TagClassName
{
border-color: #342133;
}
</style>