Shades of Mardi Gras #350D32
Tints of Mardi Gras #350D32
RGB
CMYK
RGB Variations
Color information
#350D32 (or 0x350D32) is known color: Mardi Gras. HEX triplet: 35, 0D and 32. RGB value is (53,13,50). Sum of RGB (Red+Green+Blue) = 53+13+50=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #350D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D32 is #CAF2CD. Grayscale: #1D1D1D. Windows color (decimal): -13300430 or 3280181. OLE color: 3280181.
HSL color Cylindrical-coordinate representation of color #350D32: hue angle of 304.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 #350D32 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 50 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.79 |
| HSL | 304.5º | 0.61% | 0.13% | - |
| HSV(B) | 304.5º | 0.75% | 0.21% | - |
| XYZ | 2.19 | 1.28 | 3.15 | - |
| YUV | 29.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 50 | 0 | 0.75 | 0.06 | 0.79 | 304.5 | 0.61 | 0.13 |
| Hex | 35 | D | 32 | 0 | 4B | 6 | 4F | 130 | 3D | D |
| Octal | 65 | 15 | 62 | 0 | 113 | 6 | 117 | 460 | 75 | 15 |
| Binary | 110101 | 1101 | 110010 | 0 | 1001011 | 110 | 1001111 | 100110000 | 111101 | 1101 |
Color Harmonies of #350D32
Complementary color
Monochromatic Colors of #350D32
Black with #350D32
Text Example
Text Example
White with #350D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D32; }
p { color: rgb(53,13,50); }
H1.HeaderClassName
{
color: #350D32;
}
.AnyTagClassName
{
color: #350D32;
}
</style>
background-color css
<style>
a { background-color: #350D32; }
a { background-color: rgb(53,13,50); }
div.DivClassName
{
background-color: #350D32;
}
.BgClassName
{
background-color: #350D32;
}
</style>
border-color css
<style>
span { border-color: #350D32; }
span { border-color: rgb(53,13,50); }
td.TdClassName
{
border-color: #350D32;
}
.TagClassName
{
border-color: #350D32;
}
</style>