Shades of Mardi Gras #342633
Tints of Mardi Gras #342633
RGB
CMYK
RGB Variations
Color information
#342633 (or 0x342633) is known color: Mardi Gras. HEX triplet: 34, 26 and 33. RGB value is (52,38,51). Sum of RGB (Red+Green+Blue) = 52+38+51=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 52 - color contains mainly: red. Hex color #342633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342633 is #CBD9CC. Grayscale: #2B2B2B. Windows color (decimal): -13359565 or 3352116. OLE color: 3352116.
HSL color Cylindrical-coordinate representation of color #342633: hue angle of 304.29º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #342633 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 38 | 51 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.80 |
| HSL | 304.29º | 0.16% | 0.18% | - |
| HSV(B) | 304.29º | 0.27% | 0.2% | - |
| XYZ | 2.71 | 2.36 | 3.44 | - |
| YUV | 43.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 51 | 0 | 0.27 | 0.02 | 0.80 | 304.29 | 0.16 | 0.18 |
| Hex | 34 | 26 | 33 | 0 | 1B | 2 | 50 | 130 | 10 | 12 |
| Octal | 64 | 46 | 63 | 0 | 33 | 2 | 120 | 460 | 20 | 22 |
| Binary | 110100 | 100110 | 110011 | 0 | 11011 | 10 | 1010000 | 100110000 | 10000 | 10010 |
Color Harmonies of #342633
Complementary color
Monochromatic Colors of #342633
Black with #342633
Text Example
Text Example
White with #342633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342633; }
p { color: rgb(52,38,51); }
H1.HeaderClassName
{
color: #342633;
}
.AnyTagClassName
{
color: #342633;
}
</style>
background-color css
<style>
a { background-color: #342633; }
a { background-color: rgb(52,38,51); }
div.DivClassName
{
background-color: #342633;
}
.BgClassName
{
background-color: #342633;
}
</style>
border-color css
<style>
span { border-color: #342633; }
span { border-color: rgb(52,38,51); }
td.TdClassName
{
border-color: #342633;
}
.TagClassName
{
border-color: #342633;
}
</style>