Shades of Mardi Gras #341E33
Tints of Mardi Gras #341E33
RGB
CMYK
RGB Variations
Color information
#341E33 (or 0x341E33) is known color: Mardi Gras. HEX triplet: 34, 1E and 33. RGB value is (52,30,51). Sum of RGB (Red+Green+Blue) = 52+30+51=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #341E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E33 is #CBE1CC. Grayscale: #262626. Windows color (decimal): -13361613 or 3350068. OLE color: 3350068.
HSL color Cylindrical-coordinate representation of color #341E33: hue angle of 302.73º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #341E33 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 51 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.80 |
| HSL | 302.73º | 0.27% | 0.16% | - |
| HSV(B) | 302.73º | 0.42% | 0.2% | - |
| XYZ | 2.48 | 1.9 | 3.37 | - |
| YUV | 38.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 51 | 0 | 0.42 | 0.02 | 0.80 | 302.73 | 0.27 | 0.16 |
| Hex | 34 | 1E | 33 | 0 | 2A | 2 | 50 | 12F | 1B | 10 |
| Octal | 64 | 36 | 63 | 0 | 52 | 2 | 120 | 457 | 33 | 20 |
| Binary | 110100 | 11110 | 110011 | 0 | 101010 | 10 | 1010000 | 100101111 | 11011 | 10000 |
Color Harmonies of #341E33
Complementary color
Monochromatic Colors of #341E33
Black with #341E33
Text Example
Text Example
White with #341E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E33; }
p { color: rgb(52,30,51); }
H1.HeaderClassName
{
color: #341E33;
}
.AnyTagClassName
{
color: #341E33;
}
</style>
background-color css
<style>
a { background-color: #341E33; }
a { background-color: rgb(52,30,51); }
div.DivClassName
{
background-color: #341E33;
}
.BgClassName
{
background-color: #341E33;
}
</style>
border-color css
<style>
span { border-color: #341E33; }
span { border-color: rgb(52,30,51); }
td.TdClassName
{
border-color: #341E33;
}
.TagClassName
{
border-color: #341E33;
}
</style>