Shades of Mardi Gras #350E34
Tints of Mardi Gras #350E34
RGB
CMYK
RGB Variations
Color information
#350E34 (or 0x350E34) is known color: Mardi Gras. HEX triplet: 35, 0E and 34. RGB value is (53,14,52). Sum of RGB (Red+Green+Blue) = 53+14+52=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #350E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350E34 is #CAF1CB. Grayscale: #1D1D1D. Windows color (decimal): -13300172 or 3411509. OLE color: 3411509.
HSL color Cylindrical-coordinate representation of color #350E34: hue angle of 301.54º degrees, saturation: 0.58, 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 #350E34 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 52 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.79 |
| HSL | 301.54º | 0.58% | 0.13% | - |
| HSV(B) | 301.54º | 0.74% | 0.21% | - |
| XYZ | 2.25 | 1.32 | 3.39 | - |
| YUV | 29.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 52 | 0 | 0.74 | 0.02 | 0.79 | 301.54 | 0.58 | 0.13 |
| Hex | 35 | E | 34 | 0 | 4A | 2 | 4F | 12E | 3A | D |
| Octal | 65 | 16 | 64 | 0 | 112 | 2 | 117 | 456 | 72 | 15 |
| Binary | 110101 | 1110 | 110100 | 0 | 1001010 | 10 | 1001111 | 100101110 | 111010 | 1101 |
Color Harmonies of #350E34
Complementary color
Monochromatic Colors of #350E34
Black with #350E34
Text Example
Text Example
White with #350E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E34; }
p { color: rgb(53,14,52); }
H1.HeaderClassName
{
color: #350E34;
}
.AnyTagClassName
{
color: #350E34;
}
</style>
background-color css
<style>
a { background-color: #350E34; }
a { background-color: rgb(53,14,52); }
div.DivClassName
{
background-color: #350E34;
}
.BgClassName
{
background-color: #350E34;
}
</style>
border-color css
<style>
span { border-color: #350E34; }
span { border-color: rgb(53,14,52); }
td.TdClassName
{
border-color: #350E34;
}
.TagClassName
{
border-color: #350E34;
}
</style>