Shades of Mardi Gras #352534
Tints of Mardi Gras #352534
RGB
CMYK
RGB Variations
Color information
#352534 (or 0x352534) is known color: Mardi Gras. HEX triplet: 35, 25 and 34. RGB value is (53,37,52). Sum of RGB (Red+Green+Blue) = 53+37+52=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #352534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352534 is #CADACB. Grayscale: #2B2B2B. Windows color (decimal): -13294284 or 3417397. OLE color: 3417397.
HSL color Cylindrical-coordinate representation of color #352534: hue angle of 303.75º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352534 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 37 | 52 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.79 |
| HSL | 303.75º | 0.18% | 0.18% | - |
| HSV(B) | 303.75º | 0.3% | 0.21% | - |
| XYZ | 2.75 | 2.33 | 3.55 | - |
| YUV | 43.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 52 | 0 | 0.30 | 0.02 | 0.79 | 303.75 | 0.18 | 0.18 |
| Hex | 35 | 25 | 34 | 0 | 1E | 2 | 4F | 130 | 12 | 12 |
| Octal | 65 | 45 | 64 | 0 | 36 | 2 | 117 | 460 | 22 | 22 |
| Binary | 110101 | 100101 | 110100 | 0 | 11110 | 10 | 1001111 | 100110000 | 10010 | 10010 |
Color Harmonies of #352534
Complementary color
Monochromatic Colors of #352534
Black with #352534
Text Example
Text Example
White with #352534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352534; }
p { color: rgb(53,37,52); }
H1.HeaderClassName
{
color: #352534;
}
.AnyTagClassName
{
color: #352534;
}
</style>
background-color css
<style>
a { background-color: #352534; }
a { background-color: rgb(53,37,52); }
div.DivClassName
{
background-color: #352534;
}
.BgClassName
{
background-color: #352534;
}
</style>
border-color css
<style>
span { border-color: #352534; }
span { border-color: rgb(53,37,52); }
td.TdClassName
{
border-color: #352534;
}
.TagClassName
{
border-color: #352534;
}
</style>