Shades of Mardi Gras #341333
Tints of Mardi Gras #341333
RGB
CMYK
RGB Variations
Color information
#341333 (or 0x341333) is known color: Mardi Gras. HEX triplet: 34, 13 and 33. RGB value is (52,19,51). Sum of RGB (Red+Green+Blue) = 52+19+51=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #341333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341333 is #CBECCC. Grayscale: #202020. Windows color (decimal): -13364429 or 3347252. OLE color: 3347252.
HSL color Cylindrical-coordinate representation of color #341333: hue angle of 301.82º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #341333 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 19 | 51 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.80 |
| HSL | 301.82º | 0.46% | 0.14% | - |
| HSV(B) | 301.82º | 0.63% | 0.2% | - |
| XYZ | 2.25 | 1.43 | 3.29 | - |
| YUV | 32.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 51 | 0 | 0.63 | 0.02 | 0.80 | 301.82 | 0.46 | 0.14 |
| Hex | 34 | 13 | 33 | 0 | 3F | 2 | 50 | 12E | 2E | E |
| Octal | 64 | 23 | 63 | 0 | 77 | 2 | 120 | 456 | 56 | 16 |
| Binary | 110100 | 10011 | 110011 | 0 | 111111 | 10 | 1010000 | 100101110 | 101110 | 1110 |
Color Harmonies of #341333
Complementary color
Monochromatic Colors of #341333
Black with #341333
Text Example
Text Example
White with #341333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341333; }
p { color: rgb(52,19,51); }
H1.HeaderClassName
{
color: #341333;
}
.AnyTagClassName
{
color: #341333;
}
</style>
background-color css
<style>
a { background-color: #341333; }
a { background-color: rgb(52,19,51); }
div.DivClassName
{
background-color: #341333;
}
.BgClassName
{
background-color: #341333;
}
</style>
border-color css
<style>
span { border-color: #341333; }
span { border-color: rgb(52,19,51); }
td.TdClassName
{
border-color: #341333;
}
.TagClassName
{
border-color: #341333;
}
</style>