Shades of Mardi Gras #342233
Tints of Mardi Gras #342233
RGB
CMYK
RGB Variations
Color information
#342233 (or 0x342233) is known color: Mardi Gras. HEX triplet: 34, 22 and 33. RGB value is (52,34,51). Sum of RGB (Red+Green+Blue) = 52+34+51=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 52 - color contains mainly: red. Hex color #342233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342233 is #CBDDCC. Grayscale: #292929. Windows color (decimal): -13360589 or 3351092. OLE color: 3351092.
HSL color Cylindrical-coordinate representation of color #342233: hue angle of 303.33º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #342233 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 51 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.80 |
| HSL | 303.33º | 0.21% | 0.17% | - |
| HSV(B) | 303.33º | 0.35% | 0.2% | - |
| XYZ | 2.59 | 2.11 | 3.4 | - |
| YUV | 41.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 51 | 0 | 0.35 | 0.02 | 0.80 | 303.33 | 0.21 | 0.17 |
| Hex | 34 | 22 | 33 | 0 | 23 | 2 | 50 | 12F | 15 | 11 |
| Octal | 64 | 42 | 63 | 0 | 43 | 2 | 120 | 457 | 25 | 21 |
| Binary | 110100 | 100010 | 110011 | 0 | 100011 | 10 | 1010000 | 100101111 | 10101 | 10001 |
Color Harmonies of #342233
Complementary color
Monochromatic Colors of #342233
Black with #342233
Text Example
Text Example
White with #342233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342233; }
p { color: rgb(52,34,51); }
H1.HeaderClassName
{
color: #342233;
}
.AnyTagClassName
{
color: #342233;
}
</style>
background-color css
<style>
a { background-color: #342233; }
a { background-color: rgb(52,34,51); }
div.DivClassName
{
background-color: #342233;
}
.BgClassName
{
background-color: #342233;
}
</style>
border-color css
<style>
span { border-color: #342233; }
span { border-color: rgb(52,34,51); }
td.TdClassName
{
border-color: #342233;
}
.TagClassName
{
border-color: #342233;
}
</style>