Shades of Mardi Gras #342433
Tints of Mardi Gras #342433
RGB
CMYK
RGB Variations
Color information
#342433 (or 0x342433) is known color: Mardi Gras. HEX triplet: 34, 24 and 33. RGB value is (52,36,51). Sum of RGB (Red+Green+Blue) = 52+36+51=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #342433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342433 is #CBDBCC. Grayscale: #2A2A2A. Windows color (decimal): -13360077 or 3351604. OLE color: 3351604.
HSL color Cylindrical-coordinate representation of color #342433: hue angle of 303.75º 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 #342433 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 36 | 51 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.80 |
| HSL | 303.75º | 0.18% | 0.17% | - |
| HSV(B) | 303.75º | 0.31% | 0.2% | - |
| XYZ | 2.64 | 2.23 | 3.42 | - |
| YUV | 42.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 51 | 0 | 0.31 | 0.02 | 0.80 | 303.75 | 0.18 | 0.17 |
| Hex | 34 | 24 | 33 | 0 | 1F | 2 | 50 | 130 | 12 | 11 |
| Octal | 64 | 44 | 63 | 0 | 37 | 2 | 120 | 460 | 22 | 21 |
| Binary | 110100 | 100100 | 110011 | 0 | 11111 | 10 | 1010000 | 100110000 | 10010 | 10001 |
Color Harmonies of #342433
Complementary color
Monochromatic Colors of #342433
Black with #342433
Text Example
Text Example
White with #342433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342433; }
p { color: rgb(52,36,51); }
H1.HeaderClassName
{
color: #342433;
}
.AnyTagClassName
{
color: #342433;
}
</style>
background-color css
<style>
a { background-color: #342433; }
a { background-color: rgb(52,36,51); }
div.DivClassName
{
background-color: #342433;
}
.BgClassName
{
background-color: #342433;
}
</style>
border-color css
<style>
span { border-color: #342433; }
span { border-color: rgb(52,36,51); }
td.TdClassName
{
border-color: #342433;
}
.TagClassName
{
border-color: #342433;
}
</style>