Shades of Mardi Gras #350332
Tints of Mardi Gras #350332
RGB
CMYK
RGB Variations
Color information
#350332 (or 0x350332) is known color: Mardi Gras. HEX triplet: 35, 03 and 32. RGB value is (53,3,50). Sum of RGB (Red+Green+Blue) = 53+3+50=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #350332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350332 is #CAFCCD. Grayscale: #171717. Windows color (decimal): -13302990 or 3277621. OLE color: 3277621.
HSL color Cylindrical-coordinate representation of color #350332: hue angle of 303.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350332 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 3 | 50 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.79 |
| HSL | 303.6º | 0.89% | 0.11% | - |
| HSV(B) | 303.6º | 0.94% | 0.21% | - |
| XYZ | 2.08 | 1.05 | 3.11 | - |
| YUV | 23.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 50 | 0 | 0.94 | 0.06 | 0.79 | 303.6 | 0.89 | 0.11 |
| Hex | 35 | 3 | 32 | 0 | 5E | 6 | 4F | 130 | 59 | B |
| Octal | 65 | 3 | 62 | 0 | 136 | 6 | 117 | 460 | 131 | 13 |
| Binary | 110101 | 11 | 110010 | 0 | 1011110 | 110 | 1001111 | 100110000 | 1011001 | 1011 |
Color Harmonies of #350332
Complementary color
Monochromatic Colors of #350332
Black with #350332
Text Example
Text Example
White with #350332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350332; }
p { color: rgb(53,3,50); }
H1.HeaderClassName
{
color: #350332;
}
.AnyTagClassName
{
color: #350332;
}
</style>
background-color css
<style>
a { background-color: #350332; }
a { background-color: rgb(53,3,50); }
div.DivClassName
{
background-color: #350332;
}
.BgClassName
{
background-color: #350332;
}
</style>
border-color css
<style>
span { border-color: #350332; }
span { border-color: rgb(53,3,50); }
td.TdClassName
{
border-color: #350332;
}
.TagClassName
{
border-color: #350332;
}
</style>