Shades of Mardi Gras #342033
Tints of Mardi Gras #342033
RGB
CMYK
RGB Variations
Color information
#342033 (or 0x342033) is known color: Mardi Gras. HEX triplet: 34, 20 and 33. RGB value is (52,32,51). Sum of RGB (Red+Green+Blue) = 52+32+51=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #342033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342033 is #CBDFCC. Grayscale: #282828. Windows color (decimal): -13361101 or 3350580. OLE color: 3350580.
HSL color Cylindrical-coordinate representation of color #342033: hue angle of 303º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #342033 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 51 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.80 |
| HSL | 303º | 0.24% | 0.16% | - |
| HSV(B) | 303º | 0.38% | 0.2% | - |
| XYZ | 2.53 | 2 | 3.39 | - |
| YUV | 40.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 51 | 0 | 0.38 | 0.02 | 0.80 | 303 | 0.24 | 0.16 |
| Hex | 34 | 20 | 33 | 0 | 26 | 2 | 50 | 12F | 18 | 10 |
| Octal | 64 | 40 | 63 | 0 | 46 | 2 | 120 | 457 | 30 | 20 |
| Binary | 110100 | 100000 | 110011 | 0 | 100110 | 10 | 1010000 | 100101111 | 11000 | 10000 |
Color Harmonies of #342033
Complementary color
Monochromatic Colors of #342033
Black with #342033
Text Example
Text Example
White with #342033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342033; }
p { color: rgb(52,32,51); }
H1.HeaderClassName
{
color: #342033;
}
.AnyTagClassName
{
color: #342033;
}
</style>
background-color css
<style>
a { background-color: #342033; }
a { background-color: rgb(52,32,51); }
div.DivClassName
{
background-color: #342033;
}
.BgClassName
{
background-color: #342033;
}
</style>
border-color css
<style>
span { border-color: #342033; }
span { border-color: rgb(52,32,51); }
td.TdClassName
{
border-color: #342033;
}
.TagClassName
{
border-color: #342033;
}
</style>