Shades of Mardi Gras #341B32
Tints of Mardi Gras #341B32
RGB
CMYK
RGB Variations
Color information
#341B32 (or 0x341B32) is known color: Mardi Gras. HEX triplet: 34, 1B and 32. RGB value is (52,27,50). Sum of RGB (Red+Green+Blue) = 52+27+50=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #341B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B32 is #CBE4CD. Grayscale: #252525. Windows color (decimal): -13362382 or 3283764. OLE color: 3283764.
HSL color Cylindrical-coordinate representation of color #341B32: hue angle of 304.8º 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 #341B32 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 50 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.80 |
| HSL | 304.8º | 0.32% | 0.15% | - |
| HSV(B) | 304.8º | 0.48% | 0.2% | - |
| XYZ | 2.38 | 1.74 | 3.23 | - |
| YUV | 37.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 50 | 0 | 0.48 | 0.04 | 0.80 | 304.8 | 0.32 | 0.15 |
| Hex | 34 | 1B | 32 | 0 | 30 | 4 | 50 | 131 | 20 | F |
| Octal | 64 | 33 | 62 | 0 | 60 | 4 | 120 | 461 | 40 | 17 |
| Binary | 110100 | 11011 | 110010 | 0 | 110000 | 100 | 1010000 | 100110001 | 100000 | 1111 |
Color Harmonies of #341B32
Complementary color
Monochromatic Colors of #341B32
Black with #341B32
Text Example
Text Example
White with #341B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B32; }
p { color: rgb(52,27,50); }
H1.HeaderClassName
{
color: #341B32;
}
.AnyTagClassName
{
color: #341B32;
}
</style>
background-color css
<style>
a { background-color: #341B32; }
a { background-color: rgb(52,27,50); }
div.DivClassName
{
background-color: #341B32;
}
.BgClassName
{
background-color: #341B32;
}
</style>
border-color css
<style>
span { border-color: #341B32; }
span { border-color: rgb(52,27,50); }
td.TdClassName
{
border-color: #341B32;
}
.TagClassName
{
border-color: #341B32;
}
</style>