Shades of Mardi Gras #341D34
Tints of Mardi Gras #341D34
RGB
CMYK
RGB Variations
Color information
#341D34 (or 0x341D34) is known color: Mardi Gras. HEX triplet: 34, 1D and 34. RGB value is (52,29,52). Sum of RGB (Red+Green+Blue) = 52+29+52=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #341D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D34 is #CBE2CB. Grayscale: #262626. Windows color (decimal): -13361868 or 3415348. OLE color: 3415348.
HSL color Cylindrical-coordinate representation of color #341D34: hue angle of 300º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D34 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 52 | - |
| CMYK | 0 | 0.44 | 0 | 0.80 |
| HSL | 300º | 0.28% | 0.16% | - |
| HSV(B) | 300º | 0.44% | 0.2% | - |
| XYZ | 2.48 | 1.86 | 3.48 | - |
| YUV | 38.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 52 | 0 | 0.44 | 0 | 0.80 | 300 | 0.28 | 0.16 |
| Hex | 34 | 1D | 34 | 0 | 2C | 0 | 50 | 12C | 1C | 10 |
| Octal | 64 | 35 | 64 | 0 | 54 | 0 | 120 | 454 | 34 | 20 |
| Binary | 110100 | 11101 | 110100 | 0 | 101100 | 0 | 1010000 | 100101100 | 11100 | 10000 |
Color Harmonies of #341D34
Complementary color
Monochromatic Colors of #341D34
Black with #341D34
Text Example
Text Example
White with #341D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D34; }
p { color: rgb(52,29,52); }
H1.HeaderClassName
{
color: #341D34;
}
.AnyTagClassName
{
color: #341D34;
}
</style>
background-color css
<style>
a { background-color: #341D34; }
a { background-color: rgb(52,29,52); }
div.DivClassName
{
background-color: #341D34;
}
.BgClassName
{
background-color: #341D34;
}
</style>
border-color css
<style>
span { border-color: #341D34; }
span { border-color: rgb(52,29,52); }
td.TdClassName
{
border-color: #341D34;
}
.TagClassName
{
border-color: #341D34;
}
</style>