Shades of Mardi Gras #350B31
Tints of Mardi Gras #350B31
RGB
CMYK
RGB Variations
Color information
#350B31 (or 0x350B31) is known color: Mardi Gras. HEX triplet: 35, 0B and 31. RGB value is (53,11,49). Sum of RGB (Red+Green+Blue) = 53+11+49=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #350B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B31 is #CAF4CE. Grayscale: #1B1B1B. Windows color (decimal): -13300943 or 3214133. OLE color: 3214133.
HSL color Cylindrical-coordinate representation of color #350B31: hue angle of 305.71º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350B31 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 49 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.79 |
| HSL | 305.71º | 0.66% | 0.13% | - |
| HSV(B) | 305.71º | 0.79% | 0.21% | - |
| XYZ | 2.14 | 1.22 | 3.03 | - |
| YUV | 27.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 49 | 0 | 0.79 | 0.08 | 0.79 | 305.71 | 0.66 | 0.13 |
| Hex | 35 | B | 31 | 0 | 4F | 8 | 4F | 132 | 42 | D |
| Octal | 65 | 13 | 61 | 0 | 117 | 10 | 117 | 462 | 102 | 15 |
| Binary | 110101 | 1011 | 110001 | 0 | 1001111 | 1000 | 1001111 | 100110010 | 1000010 | 1101 |
Color Harmonies of #350B31
Complementary color
Monochromatic Colors of #350B31
Black with #350B31
Text Example
Text Example
White with #350B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B31; }
p { color: rgb(53,11,49); }
H1.HeaderClassName
{
color: #350B31;
}
.AnyTagClassName
{
color: #350B31;
}
</style>
background-color css
<style>
a { background-color: #350B31; }
a { background-color: rgb(53,11,49); }
div.DivClassName
{
background-color: #350B31;
}
.BgClassName
{
background-color: #350B31;
}
</style>
border-color css
<style>
span { border-color: #350B31; }
span { border-color: rgb(53,11,49); }
td.TdClassName
{
border-color: #350B31;
}
.TagClassName
{
border-color: #350B31;
}
</style>