Shades of Mardi Gras #341C33
Tints of Mardi Gras #341C33
RGB
CMYK
RGB Variations
Color information
#341C33 (or 0x341C33) is known color: Mardi Gras. HEX triplet: 34, 1C and 33. RGB value is (52,28,51). Sum of RGB (Red+Green+Blue) = 52+28+51=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #341C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C33 is #CBE3CC. Grayscale: #252525. Windows color (decimal): -13362125 or 3349556. OLE color: 3349556.
HSL color Cylindrical-coordinate representation of color #341C33: hue angle of 302.5º 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 #341C33 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 51 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.80 |
| HSL | 302.5º | 0.3% | 0.16% | - |
| HSV(B) | 302.5º | 0.46% | 0.2% | - |
| XYZ | 2.43 | 1.8 | 3.35 | - |
| YUV | 37.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 51 | 0 | 0.46 | 0.02 | 0.80 | 302.5 | 0.3 | 0.16 |
| Hex | 34 | 1C | 33 | 0 | 2E | 2 | 50 | 12E | 1E | 10 |
| Octal | 64 | 34 | 63 | 0 | 56 | 2 | 120 | 456 | 36 | 20 |
| Binary | 110100 | 11100 | 110011 | 0 | 101110 | 10 | 1010000 | 100101110 | 11110 | 10000 |
Color Harmonies of #341C33
Complementary color
Monochromatic Colors of #341C33
Black with #341C33
Text Example
Text Example
White with #341C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C33; }
p { color: rgb(52,28,51); }
H1.HeaderClassName
{
color: #341C33;
}
.AnyTagClassName
{
color: #341C33;
}
</style>
background-color css
<style>
a { background-color: #341C33; }
a { background-color: rgb(52,28,51); }
div.DivClassName
{
background-color: #341C33;
}
.BgClassName
{
background-color: #341C33;
}
</style>
border-color css
<style>
span { border-color: #341C33; }
span { border-color: rgb(52,28,51); }
td.TdClassName
{
border-color: #341C33;
}
.TagClassName
{
border-color: #341C33;
}
</style>