Shades of Mardi Gras #322435
Tints of Mardi Gras #322435
RGB
CMYK
RGB Variations
Color information
#322435 (or 0x322435) is known color: Mardi Gras. HEX triplet: 32, 24 and 35. RGB value is (50,36,53). Sum of RGB (Red+Green+Blue) = 50+36+53=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 53 - color contains mainly: blue. Hex color #322435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322435 is #CDDBCA. Grayscale: #2A2A2A. Windows color (decimal): -13491147 or 3482674. OLE color: 3482674.
HSL color Cylindrical-coordinate representation of color #322435: hue angle of 289.41º degrees, saturation: 0.19, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322435 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 36 | 53 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.79 |
| HSL | 289.41º | 0.19% | 0.17% | - |
| HSV(B) | 289.41º | 0.32% | 0.21% | - |
| XYZ | 2.59 | 2.2 | 3.66 | - |
| YUV | 42.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 53 | 0.06 | 0.32 | 0 | 0.79 | 289.41 | 0.19 | 0.17 |
| Hex | 32 | 24 | 35 | 6 | 20 | 0 | 4F | 121 | 13 | 11 |
| Octal | 62 | 44 | 65 | 6 | 40 | 0 | 117 | 441 | 23 | 21 |
| Binary | 110010 | 100100 | 110101 | 110 | 100000 | 0 | 1001111 | 100100001 | 10011 | 10001 |
Color Harmonies of #322435
Complementary color
Monochromatic Colors of #322435
Black with #322435
Text Example
Text Example
White with #322435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322435; }
p { color: rgb(50,36,53); }
H1.HeaderClassName
{
color: #322435;
}
.AnyTagClassName
{
color: #322435;
}
</style>
background-color css
<style>
a { background-color: #322435; }
a { background-color: rgb(50,36,53); }
div.DivClassName
{
background-color: #322435;
}
.BgClassName
{
background-color: #322435;
}
</style>
border-color css
<style>
span { border-color: #322435; }
span { border-color: rgb(50,36,53); }
td.TdClassName
{
border-color: #322435;
}
.TagClassName
{
border-color: #322435;
}
</style>