Shades of Mardi Gras #320434
Tints of Mardi Gras #320434
RGB
CMYK
RGB Variations
Color information
#320434 (or 0x320434) is known color: Mardi Gras. HEX triplet: 32, 04 and 34. RGB value is (50,4,52). Sum of RGB (Red+Green+Blue) = 50+4+52=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #320434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320434 is #CDFBCB. Grayscale: #171717. Windows color (decimal): -13499340 or 3408946. OLE color: 3408946.
HSL color Cylindrical-coordinate representation of color #320434: hue angle of 297.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320434 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 4 | 52 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.80 |
| HSL | 297.5º | 0.86% | 0.11% | - |
| HSV(B) | 297.5º | 0.92% | 0.2% | - |
| XYZ | 1.98 | 1.01 | 3.34 | - |
| YUV | 23.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 52 | 0.04 | 0.92 | 0 | 0.80 | 297.5 | 0.86 | 0.11 |
| Hex | 32 | 4 | 34 | 4 | 5C | 0 | 50 | 12A | 56 | B |
| Octal | 62 | 4 | 64 | 4 | 134 | 0 | 120 | 452 | 126 | 13 |
| Binary | 110010 | 100 | 110100 | 100 | 1011100 | 0 | 1010000 | 100101010 | 1010110 | 1011 |
Color Harmonies of #320434
Complementary color
Monochromatic Colors of #320434
Black with #320434
Text Example
Text Example
White with #320434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320434; }
p { color: rgb(50,4,52); }
H1.HeaderClassName
{
color: #320434;
}
.AnyTagClassName
{
color: #320434;
}
</style>
background-color css
<style>
a { background-color: #320434; }
a { background-color: rgb(50,4,52); }
div.DivClassName
{
background-color: #320434;
}
.BgClassName
{
background-color: #320434;
}
</style>
border-color css
<style>
span { border-color: #320434; }
span { border-color: rgb(50,4,52); }
td.TdClassName
{
border-color: #320434;
}
.TagClassName
{
border-color: #320434;
}
</style>