Shades of Mardi Gras #341B34
Tints of Mardi Gras #341B34
RGB
CMYK
RGB Variations
Color information
#341B34 (or 0x341B34) is known color: Mardi Gras. HEX triplet: 34, 1B and 34. RGB value is (52,27,52). Sum of RGB (Red+Green+Blue) = 52+27+52=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: red, blue. Hex color #341B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B34 is #CBE4CB. Grayscale: #252525. Windows color (decimal): -13362380 or 3414836. OLE color: 3414836.
HSL color Cylindrical-coordinate representation of color #341B34: hue angle of 300º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #341B34 is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 52 | - |
| CMYK | 0 | 0.48 | 0 | 0.80 |
| HSL | 300º | 0.32% | 0.15% | - |
| HSV(B) | 300º | 0.48% | 0.2% | - |
| XYZ | 2.43 | 1.76 | 3.46 | - |
| YUV | 37.33 | 136.28 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 52 | 0 | 0.48 | 0 | 0.80 | 300 | 0.32 | 0.15 |
| Hex | 34 | 1B | 34 | 0 | 30 | 0 | 50 | 12C | 20 | F |
| Octal | 64 | 33 | 64 | 0 | 60 | 0 | 120 | 454 | 40 | 17 |
| Binary | 110100 | 11011 | 110100 | 0 | 110000 | 0 | 1010000 | 100101100 | 100000 | 1111 |
Color Harmonies of #341B34
Complementary color
Monochromatic Colors of #341B34
Black with #341B34
Text Example
Text Example
White with #341B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B34; }
p { color: rgb(52,27,52); }
H1.HeaderClassName
{
color: #341B34;
}
.AnyTagClassName
{
color: #341B34;
}
</style>
background-color css
<style>
a { background-color: #341B34; }
a { background-color: rgb(52,27,52); }
div.DivClassName
{
background-color: #341B34;
}
.BgClassName
{
background-color: #341B34;
}
</style>
border-color css
<style>
span { border-color: #341B34; }
span { border-color: rgb(52,27,52); }
td.TdClassName
{
border-color: #341B34;
}
.TagClassName
{
border-color: #341B34;
}
</style>