Shades of Mardi Gras #35203A
Tints of Mardi Gras #35203A
RGB
CMYK
RGB Variations
Color information
#35203A (or 0x35203A) is known color: Mardi Gras. HEX triplet: 35, 20 and 3A. RGB value is (53,32,58). Sum of RGB (Red+Green+Blue) = 53+32+58=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 58 - color contains mainly: blue. Hex color #35203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35203A is #CADFC5. Grayscale: #292929. Windows color (decimal): -13295558 or 3809333. OLE color: 3809333.
HSL color Cylindrical-coordinate representation of color #35203A: hue angle of 288.46º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35203A is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 32 | 58 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.77 |
| HSL | 288.46º | 0.29% | 0.18% | - |
| HSV(B) | 288.46º | 0.45% | 0.23% | - |
| XYZ | 2.75 | 2.1 | 4.26 | - |
| YUV | 41.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 58 | 0.09 | 0.45 | 0 | 0.77 | 288.46 | 0.29 | 0.18 |
| Hex | 35 | 20 | 3A | 9 | 2D | 0 | 4D | 120 | 1D | 12 |
| Octal | 65 | 40 | 72 | 11 | 55 | 0 | 115 | 440 | 35 | 22 |
| Binary | 110101 | 100000 | 111010 | 1001 | 101101 | 0 | 1001101 | 100100000 | 11101 | 10010 |
Color Harmonies of #35203A
Complementary color
Monochromatic Colors of #35203A
Black with #35203A
Text Example
Text Example
White with #35203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35203A; }
p { color: rgb(53,32,58); }
H1.HeaderClassName
{
color: #35203A;
}
.AnyTagClassName
{
color: #35203A;
}
</style>
background-color css
<style>
a { background-color: #35203A; }
a { background-color: rgb(53,32,58); }
div.DivClassName
{
background-color: #35203A;
}
.BgClassName
{
background-color: #35203A;
}
</style>
border-color css
<style>
span { border-color: #35203A; }
span { border-color: rgb(53,32,58); }
td.TdClassName
{
border-color: #35203A;
}
.TagClassName
{
border-color: #35203A;
}
</style>