Shades of Mardi Gras #320334
Tints of Mardi Gras #320334
RGB
CMYK
RGB Variations
Color information
#320334 (or 0x320334) is known color: Mardi Gras. HEX triplet: 32, 03 and 34. RGB value is (50,3,52). Sum of RGB (Red+Green+Blue) = 50+3+52=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #320334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320334 is #CDFCCB. Grayscale: #161616. Windows color (decimal): -13499596 or 3408690. OLE color: 3408690.
HSL color Cylindrical-coordinate representation of color #320334: hue angle of 297.55º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320334 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 3 | 52 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.80 |
| HSL | 297.55º | 0.89% | 0.11% | - |
| HSV(B) | 297.55º | 0.94% | 0.2% | - |
| XYZ | 1.97 | 0.99 | 3.34 | - |
| YUV | 22.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 52 | 0.04 | 0.94 | 0 | 0.80 | 297.55 | 0.89 | 0.11 |
| Hex | 32 | 3 | 34 | 4 | 5E | 0 | 50 | 12A | 59 | B |
| Octal | 62 | 3 | 64 | 4 | 136 | 0 | 120 | 452 | 131 | 13 |
| Binary | 110010 | 11 | 110100 | 100 | 1011110 | 0 | 1010000 | 100101010 | 1011001 | 1011 |
Color Harmonies of #320334
Complementary color
Monochromatic Colors of #320334
Black with #320334
Text Example
Text Example
White with #320334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320334; }
p { color: rgb(50,3,52); }
H1.HeaderClassName
{
color: #320334;
}
.AnyTagClassName
{
color: #320334;
}
</style>
background-color css
<style>
a { background-color: #320334; }
a { background-color: rgb(50,3,52); }
div.DivClassName
{
background-color: #320334;
}
.BgClassName
{
background-color: #320334;
}
</style>
border-color css
<style>
span { border-color: #320334; }
span { border-color: rgb(50,3,52); }
td.TdClassName
{
border-color: #320334;
}
.TagClassName
{
border-color: #320334;
}
</style>