Shades of Mardi Gras #350F32
Tints of Mardi Gras #350F32
RGB
CMYK
RGB Variations
Color information
#350F32 (or 0x350F32) is known color: Mardi Gras. HEX triplet: 35, 0F and 32. RGB value is (53,15,50). Sum of RGB (Red+Green+Blue) = 53+15+50=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #350F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F32 is #CAF0CD. Grayscale: #1E1E1E. Windows color (decimal): -13299918 or 3280693. OLE color: 3280693.
HSL color Cylindrical-coordinate representation of color #350F32: hue angle of 304.74º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #350F32 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 15 | 50 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.79 |
| HSL | 304.74º | 0.56% | 0.13% | - |
| HSV(B) | 304.74º | 0.72% | 0.21% | - |
| XYZ | 2.21 | 1.33 | 3.16 | - |
| YUV | 30.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 50 | 0 | 0.72 | 0.06 | 0.79 | 304.74 | 0.56 | 0.13 |
| Hex | 35 | F | 32 | 0 | 48 | 6 | 4F | 131 | 38 | D |
| Octal | 65 | 17 | 62 | 0 | 110 | 6 | 117 | 461 | 70 | 15 |
| Binary | 110101 | 1111 | 110010 | 0 | 1001000 | 110 | 1001111 | 100110001 | 111000 | 1101 |
Color Harmonies of #350F32
Complementary color
Monochromatic Colors of #350F32
Black with #350F32
Text Example
Text Example
White with #350F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F32; }
p { color: rgb(53,15,50); }
H1.HeaderClassName
{
color: #350F32;
}
.AnyTagClassName
{
color: #350F32;
}
</style>
background-color css
<style>
a { background-color: #350F32; }
a { background-color: rgb(53,15,50); }
div.DivClassName
{
background-color: #350F32;
}
.BgClassName
{
background-color: #350F32;
}
</style>
border-color css
<style>
span { border-color: #350F32; }
span { border-color: rgb(53,15,50); }
td.TdClassName
{
border-color: #350F32;
}
.TagClassName
{
border-color: #350F32;
}
</style>