Shades of Mardi Gras #341D36
Tints of Mardi Gras #341D36
RGB
CMYK
RGB Variations
Color information
#341D36 (or 0x341D36) is known color: Mardi Gras. HEX triplet: 34, 1D and 36. RGB value is (52,29,54). Sum of RGB (Red+Green+Blue) = 52+29+54=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #341D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D36 is #CBE2C9. Grayscale: #262626. Windows color (decimal): -13361866 or 3546420. OLE color: 3546420.
HSL color Cylindrical-coordinate representation of color #341D36: hue angle of 295.2º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341D36 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 52 | 29 | 54 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.79 |
| HSL | 295.2º | 0.3% | 0.16% | - |
| HSV(B) | 295.2º | 0.46% | 0.21% | - |
| XYZ | 2.52 | 1.88 | 3.72 | - |
| YUV | 38.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 54 | 0.04 | 0.46 | 0 | 0.79 | 295.2 | 0.3 | 0.16 |
| Hex | 34 | 1D | 36 | 4 | 2E | 0 | 4F | 127 | 1E | 10 |
| Octal | 64 | 35 | 66 | 4 | 56 | 0 | 117 | 447 | 36 | 20 |
| Binary | 110100 | 11101 | 110110 | 100 | 101110 | 0 | 1001111 | 100100111 | 11110 | 10000 |
Color Harmonies of #341D36
Complementary color
Monochromatic Colors of #341D36
Black with #341D36
Text Example
Text Example
White with #341D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D36; }
p { color: rgb(52,29,54); }
H1.HeaderClassName
{
color: #341D36;
}
.AnyTagClassName
{
color: #341D36;
}
</style>
background-color css
<style>
a { background-color: #341D36; }
a { background-color: rgb(52,29,54); }
div.DivClassName
{
background-color: #341D36;
}
.BgClassName
{
background-color: #341D36;
}
</style>
border-color css
<style>
span { border-color: #341D36; }
span { border-color: rgb(52,29,54); }
td.TdClassName
{
border-color: #341D36;
}
.TagClassName
{
border-color: #341D36;
}
</style>