Shades of Mardi Gras #350D34
Tints of Mardi Gras #350D34
RGB
CMYK
RGB Variations
Color information
#350D34 (or 0x350D34) is known color: Mardi Gras. HEX triplet: 35, 0D and 34. RGB value is (53,13,52). Sum of RGB (Red+Green+Blue) = 53+13+52=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #350D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D34 is #CAF2CB. Grayscale: #1D1D1D. Windows color (decimal): -13300428 or 3411253. OLE color: 3411253.
HSL color Cylindrical-coordinate representation of color #350D34: hue angle of 301.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D34 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 52 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.79 |
| HSL | 301.5º | 0.61% | 0.13% | - |
| HSV(B) | 301.5º | 0.75% | 0.21% | - |
| XYZ | 2.23 | 1.29 | 3.38 | - |
| YUV | 29.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 52 | 0 | 0.75 | 0.02 | 0.79 | 301.5 | 0.61 | 0.13 |
| Hex | 35 | D | 34 | 0 | 4B | 2 | 4F | 12E | 3D | D |
| Octal | 65 | 15 | 64 | 0 | 113 | 2 | 117 | 456 | 75 | 15 |
| Binary | 110101 | 1101 | 110100 | 0 | 1001011 | 10 | 1001111 | 100101110 | 111101 | 1101 |
Color Harmonies of #350D34
Complementary color
Monochromatic Colors of #350D34
Black with #350D34
Text Example
Text Example
White with #350D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D34; }
p { color: rgb(53,13,52); }
H1.HeaderClassName
{
color: #350D34;
}
.AnyTagClassName
{
color: #350D34;
}
</style>
background-color css
<style>
a { background-color: #350D34; }
a { background-color: rgb(53,13,52); }
div.DivClassName
{
background-color: #350D34;
}
.BgClassName
{
background-color: #350D34;
}
</style>
border-color css
<style>
span { border-color: #350D34; }
span { border-color: rgb(53,13,52); }
td.TdClassName
{
border-color: #350D34;
}
.TagClassName
{
border-color: #350D34;
}
</style>