Shades of Mardi Gras #320135
Tints of Mardi Gras #320135
RGB
CMYK
RGB Variations
Color information
#320135 (or 0x320135) is known color: Mardi Gras. HEX triplet: 32, 01 and 35. RGB value is (50,1,53). Sum of RGB (Red+Green+Blue) = 50+1+53=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 53 (21.09% from 255 or 50.96% from 104); Max value from RGB is 53 - color contains mainly: blue. Hex color #320135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320135 is #CDFECA. Grayscale: #151515. Windows color (decimal): -13500107 or 3473714. OLE color: 3473714.
HSL color Cylindrical-coordinate representation of color #320135: hue angle of 296.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320135 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 1 | 53 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.79 |
| HSL | 296.54º | 0.96% | 0.11% | - |
| HSV(B) | 296.54º | 0.98% | 0.21% | - |
| XYZ | 1.97 | 0.96 | 3.45 | - |
| YUV | 21.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 53 | 0.06 | 0.98 | 0 | 0.79 | 296.54 | 0.96 | 0.11 |
| Hex | 32 | 1 | 35 | 6 | 62 | 0 | 4F | 129 | 60 | B |
| Octal | 62 | 1 | 65 | 6 | 142 | 0 | 117 | 451 | 140 | 13 |
| Binary | 110010 | 1 | 110101 | 110 | 1100010 | 0 | 1001111 | 100101001 | 1100000 | 1011 |
Color Harmonies of #320135
Complementary color
Monochromatic Colors of #320135
Black with #320135
Text Example
Text Example
White with #320135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320135; }
p { color: rgb(50,1,53); }
H1.HeaderClassName
{
color: #320135;
}
.AnyTagClassName
{
color: #320135;
}
</style>
background-color css
<style>
a { background-color: #320135; }
a { background-color: rgb(50,1,53); }
div.DivClassName
{
background-color: #320135;
}
.BgClassName
{
background-color: #320135;
}
</style>
border-color css
<style>
span { border-color: #320135; }
span { border-color: rgb(50,1,53); }
td.TdClassName
{
border-color: #320135;
}
.TagClassName
{
border-color: #320135;
}
</style>