Shades of Mardi Gras #350133
Tints of Mardi Gras #350133
RGB
CMYK
RGB Variations
Color information
#350133 (or 0x350133) is known color: Mardi Gras. HEX triplet: 35, 01 and 33. RGB value is (53,1,51). Sum of RGB (Red+Green+Blue) = 53+1+51=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #350133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350133 is #CAFECC. Grayscale: #161616. Windows color (decimal): -13303501 or 3342645. OLE color: 3342645.
HSL color Cylindrical-coordinate representation of color #350133: hue angle of 302.31º 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 #350133 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 1 | 51 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.79 |
| HSL | 302.31º | 0.96% | 0.11% | - |
| HSV(B) | 302.31º | 0.98% | 0.21% | - |
| XYZ | 2.08 | 1.02 | 3.22 | - |
| YUV | 22.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 51 | 0 | 0.98 | 0.04 | 0.79 | 302.31 | 0.96 | 0.11 |
| Hex | 35 | 1 | 33 | 0 | 62 | 4 | 4F | 12E | 60 | B |
| Octal | 65 | 1 | 63 | 0 | 142 | 4 | 117 | 456 | 140 | 13 |
| Binary | 110101 | 1 | 110011 | 0 | 1100010 | 100 | 1001111 | 100101110 | 1100000 | 1011 |
Color Harmonies of #350133
Complementary color
Monochromatic Colors of #350133
Black with #350133
Text Example
Text Example
White with #350133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350133; }
p { color: rgb(53,1,51); }
H1.HeaderClassName
{
color: #350133;
}
.AnyTagClassName
{
color: #350133;
}
</style>
background-color css
<style>
a { background-color: #350133; }
a { background-color: rgb(53,1,51); }
div.DivClassName
{
background-color: #350133;
}
.BgClassName
{
background-color: #350133;
}
</style>
border-color css
<style>
span { border-color: #350133; }
span { border-color: rgb(53,1,51); }
td.TdClassName
{
border-color: #350133;
}
.TagClassName
{
border-color: #350133;
}
</style>