Shades of Mardi Gras #341C32
Tints of Mardi Gras #341C32
RGB
CMYK
RGB Variations
Color information
#341C32 (or 0x341C32) is known color: Mardi Gras. HEX triplet: 34, 1C and 32. RGB value is (52,28,50). Sum of RGB (Red+Green+Blue) = 52+28+50=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #341C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C32 is #CBE3CD. Grayscale: #252525. Windows color (decimal): -13362126 or 3284020. OLE color: 3284020.
HSL color Cylindrical-coordinate representation of color #341C32: hue angle of 305º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341C32 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 50 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.80 |
| HSL | 305º | 0.3% | 0.16% | - |
| HSV(B) | 305º | 0.46% | 0.2% | - |
| XYZ | 2.41 | 1.79 | 3.24 | - |
| YUV | 37.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 50 | 0 | 0.46 | 0.04 | 0.80 | 305 | 0.3 | 0.16 |
| Hex | 34 | 1C | 32 | 0 | 2E | 4 | 50 | 131 | 1E | 10 |
| Octal | 64 | 34 | 62 | 0 | 56 | 4 | 120 | 461 | 36 | 20 |
| Binary | 110100 | 11100 | 110010 | 0 | 101110 | 100 | 1010000 | 100110001 | 11110 | 10000 |
Color Harmonies of #341C32
Complementary color
Monochromatic Colors of #341C32
Black with #341C32
Text Example
Text Example
White with #341C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C32; }
p { color: rgb(52,28,50); }
H1.HeaderClassName
{
color: #341C32;
}
.AnyTagClassName
{
color: #341C32;
}
</style>
background-color css
<style>
a { background-color: #341C32; }
a { background-color: rgb(52,28,50); }
div.DivClassName
{
background-color: #341C32;
}
.BgClassName
{
background-color: #341C32;
}
</style>
border-color css
<style>
span { border-color: #341C32; }
span { border-color: rgb(52,28,50); }
td.TdClassName
{
border-color: #341C32;
}
.TagClassName
{
border-color: #341C32;
}
</style>