Shades of Mardi Gras #350B37
Tints of Mardi Gras #350B37
RGB
CMYK
RGB Variations
Color information
#350B37 (or 0x350B37) is known color: Mardi Gras. HEX triplet: 35, 0B and 37. RGB value is (53,11,55). Sum of RGB (Red+Green+Blue) = 53+11+55=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #350B37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B37 is #CAF4C8. Grayscale: #1C1C1C. Windows color (decimal): -13300937 or 3607349. OLE color: 3607349.
HSL color Cylindrical-coordinate representation of color #350B37: hue angle of 297.27º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #350B37 is Cyan = 0.04, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 11 | 55 | - |
| CMYK | 0.04 | 0.8 | 0 | 0.78 |
| HSL | 297.27º | 0.67% | 0.13% | - |
| HSV(B) | 297.27º | 0.8% | 0.22% | - |
| XYZ | 2.28 | 1.27 | 3.74 | - |
| YUV | 28.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 55 | 0.04 | 0.8 | 0 | 0.78 | 297.27 | 0.67 | 0.13 |
| Hex | 35 | B | 37 | 4 | 50 | 0 | 4E | 129 | 43 | D |
| Octal | 65 | 13 | 67 | 4 | 120 | 0 | 116 | 451 | 103 | 15 |
| Binary | 110101 | 1011 | 110111 | 100 | 1010000 | 0 | 1001110 | 100101001 | 1000011 | 1101 |
Color Harmonies of #350B37
Complementary color
Monochromatic Colors of #350B37
Black with #350B37
Text Example
Text Example
White with #350B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B37; }
p { color: rgb(53,11,55); }
H1.HeaderClassName
{
color: #350B37;
}
.AnyTagClassName
{
color: #350B37;
}
</style>
background-color css
<style>
a { background-color: #350B37; }
a { background-color: rgb(53,11,55); }
div.DivClassName
{
background-color: #350B37;
}
.BgClassName
{
background-color: #350B37;
}
</style>
border-color css
<style>
span { border-color: #350B37; }
span { border-color: rgb(53,11,55); }
td.TdClassName
{
border-color: #350B37;
}
.TagClassName
{
border-color: #350B37;
}
</style>