Shades of Mardi Gras #350E36
Tints of Mardi Gras #350E36
RGB
CMYK
RGB Variations
Color information
#350E36 (or 0x350E36) is known color: Mardi Gras. HEX triplet: 35, 0E and 36. RGB value is (53,14,54). Sum of RGB (Red+Green+Blue) = 53+14+54=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #350E36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E36 is #CAF1C9. Grayscale: #1E1E1E. Windows color (decimal): -13300170 or 3542581. OLE color: 3542581.
HSL color Cylindrical-coordinate representation of color #350E36: hue angle of 298.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #350E36 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 54 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.79 |
| HSL | 298.5º | 0.59% | 0.13% | - |
| HSV(B) | 298.5º | 0.74% | 0.21% | - |
| XYZ | 2.29 | 1.34 | 3.63 | - |
| YUV | 30.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 54 | 0.02 | 0.74 | 0 | 0.79 | 298.5 | 0.59 | 0.13 |
| Hex | 35 | E | 36 | 2 | 4A | 0 | 4F | 12A | 3B | D |
| Octal | 65 | 16 | 66 | 2 | 112 | 0 | 117 | 452 | 73 | 15 |
| Binary | 110101 | 1110 | 110110 | 10 | 1001010 | 0 | 1001111 | 100101010 | 111011 | 1101 |
Color Harmonies of #350E36
Complementary color
Monochromatic Colors of #350E36
Black with #350E36
Text Example
Text Example
White with #350E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E36; }
p { color: rgb(53,14,54); }
H1.HeaderClassName
{
color: #350E36;
}
.AnyTagClassName
{
color: #350E36;
}
</style>
background-color css
<style>
a { background-color: #350E36; }
a { background-color: rgb(53,14,54); }
div.DivClassName
{
background-color: #350E36;
}
.BgClassName
{
background-color: #350E36;
}
</style>
border-color css
<style>
span { border-color: #350E36; }
span { border-color: rgb(53,14,54); }
td.TdClassName
{
border-color: #350E36;
}
.TagClassName
{
border-color: #350E36;
}
</style>