Shades of Mardi Gras #341133
Tints of Mardi Gras #341133
RGB
CMYK
RGB Variations
Color information
#341133 (or 0x341133) is known color: Mardi Gras. HEX triplet: 34, 11 and 33. RGB value is (52,17,51). Sum of RGB (Red+Green+Blue) = 52+17+51=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #341133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341133 is #CBEECC. Grayscale: #1F1F1F. Windows color (decimal): -13364941 or 3346740. OLE color: 3346740.
HSL color Cylindrical-coordinate representation of color #341133: hue angle of 301.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341133 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 17 | 51 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.80 |
| HSL | 301.71º | 0.51% | 0.14% | - |
| HSV(B) | 301.71º | 0.67% | 0.2% | - |
| XYZ | 2.21 | 1.37 | 3.28 | - |
| YUV | 31.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 51 | 0 | 0.67 | 0.02 | 0.80 | 301.71 | 0.51 | 0.14 |
| Hex | 34 | 11 | 33 | 0 | 43 | 2 | 50 | 12E | 33 | E |
| Octal | 64 | 21 | 63 | 0 | 103 | 2 | 120 | 456 | 63 | 16 |
| Binary | 110100 | 10001 | 110011 | 0 | 1000011 | 10 | 1010000 | 100101110 | 110011 | 1110 |
Color Harmonies of #341133
Complementary color
Monochromatic Colors of #341133
Black with #341133
Text Example
Text Example
White with #341133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341133; }
p { color: rgb(52,17,51); }
H1.HeaderClassName
{
color: #341133;
}
.AnyTagClassName
{
color: #341133;
}
</style>
background-color css
<style>
a { background-color: #341133; }
a { background-color: rgb(52,17,51); }
div.DivClassName
{
background-color: #341133;
}
.BgClassName
{
background-color: #341133;
}
</style>
border-color css
<style>
span { border-color: #341133; }
span { border-color: rgb(52,17,51); }
td.TdClassName
{
border-color: #341133;
}
.TagClassName
{
border-color: #341133;
}
</style>