Shades of Mardi Gras #351D32
Tints of Mardi Gras #351D32
RGB
CMYK
RGB Variations
Color information
#351D32 (or 0x351D32) is known color: Mardi Gras. HEX triplet: 35, 1D and 32. RGB value is (53,29,50). Sum of RGB (Red+Green+Blue) = 53+29+50=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #351D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D32 is #CAE2CD. Grayscale: #262626. Windows color (decimal): -13296334 or 3284277. OLE color: 3284277.
HSL color Cylindrical-coordinate representation of color #351D32: hue angle of 307.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #351D32 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 29 | 50 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.79 |
| HSL | 307.5º | 0.29% | 0.16% | - |
| HSV(B) | 307.5º | 0.45% | 0.21% | - |
| XYZ | 2.48 | 1.87 | 3.25 | - |
| YUV | 38.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 50 | 0 | 0.45 | 0.06 | 0.79 | 307.5 | 0.29 | 0.16 |
| Hex | 35 | 1D | 32 | 0 | 2D | 6 | 4F | 134 | 1D | 10 |
| Octal | 65 | 35 | 62 | 0 | 55 | 6 | 117 | 464 | 35 | 20 |
| Binary | 110101 | 11101 | 110010 | 0 | 101101 | 110 | 1001111 | 100110100 | 11101 | 10000 |
Color Harmonies of #351D32
Complementary color
Monochromatic Colors of #351D32
Black with #351D32
Text Example
Text Example
White with #351D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D32; }
p { color: rgb(53,29,50); }
H1.HeaderClassName
{
color: #351D32;
}
.AnyTagClassName
{
color: #351D32;
}
</style>
background-color css
<style>
a { background-color: #351D32; }
a { background-color: rgb(53,29,50); }
div.DivClassName
{
background-color: #351D32;
}
.BgClassName
{
background-color: #351D32;
}
</style>
border-color css
<style>
span { border-color: #351D32; }
span { border-color: rgb(53,29,50); }
td.TdClassName
{
border-color: #351D32;
}
.TagClassName
{
border-color: #351D32;
}
</style>