Shades of Mardi Gras #350033
Tints of Mardi Gras #350033
RGB
CMYK
RGB Variations
Color information
#350033 (or 0x350033) is known color: Mardi Gras. HEX triplet: 35, 00 and 33. RGB value is (53,0,51). Sum of RGB (Red+Green+Blue) = 53+0+51=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #350033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350033 is #CAFFCC. Grayscale: #151515. Windows color (decimal): -13303757 or 3342389. OLE color: 3342389.
HSL color Cylindrical-coordinate representation of color #350033: hue angle of 302.26º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350033 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.04 | 0.79 |
| HSL | 302.26º | 1% | 0.1% | - |
| HSV(B) | 302.26º | 1% | 0.21% | - |
| XYZ | 2.07 | 1 | 3.22 | - |
| YUV | 21.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 0 | 51 | 0 | 1 | 0.04 | 0.79 | 302.26 | 1 | 0.1 |
| Hex | 35 | 0 | 33 | 0 | 64 | 4 | 4F | 12E | 64 | A |
| Octal | 65 | 0 | 63 | 0 | 144 | 4 | 117 | 456 | 144 | 12 |
| Binary | 110101 | 0 | 110011 | 0 | 1100100 | 100 | 1001111 | 100101110 | 1100100 | 1010 |
Color Harmonies of #350033
Complementary color
Monochromatic Colors of #350033
Black with #350033
Text Example
Text Example
White with #350033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350033; }
p { color: rgb(53,0,51); }
H1.HeaderClassName
{
color: #350033;
}
.AnyTagClassName
{
color: #350033;
}
</style>
background-color css
<style>
a { background-color: #350033; }
a { background-color: rgb(53,0,51); }
div.DivClassName
{
background-color: #350033;
}
.BgClassName
{
background-color: #350033;
}
</style>
border-color css
<style>
span { border-color: #350033; }
span { border-color: rgb(53,0,51); }
td.TdClassName
{
border-color: #350033;
}
.TagClassName
{
border-color: #350033;
}
</style>