Shades of Mardi Gras #350D2F
Tints of Mardi Gras #350D2F
RGB
CMYK
RGB Variations
Color information
#350D2F (or 0x350D2F) is known color: Mardi Gras. HEX triplet: 35, 0D and 2F. RGB value is (53,13,47). Sum of RGB (Red+Green+Blue) = 53+13+47=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #350D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D2F is #CAF2D0. Grayscale: #1C1C1C. Windows color (decimal): -13300433 or 3083573. OLE color: 3083573.
HSL color Cylindrical-coordinate representation of color #350D2F: hue angle of 309º 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 #350D2F is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 47 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.79 |
| HSL | 309º | 0.61% | 0.13% | - |
| HSV(B) | 309º | 0.75% | 0.21% | - |
| XYZ | 2.13 | 1.25 | 2.82 | - |
| YUV | 28.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 47 | 0 | 0.75 | 0.11 | 0.79 | 309 | 0.61 | 0.13 |
| Hex | 35 | D | 2F | 0 | 4B | B | 4F | 135 | 3D | D |
| Octal | 65 | 15 | 57 | 0 | 113 | 13 | 117 | 465 | 75 | 15 |
| Binary | 110101 | 1101 | 101111 | 0 | 1001011 | 1011 | 1001111 | 100110101 | 111101 | 1101 |
Color Harmonies of #350D2F
Complementary color
Monochromatic Colors of #350D2F
Black with #350D2F
Text Example
Text Example
White with #350D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D2F; }
p { color: rgb(53,13,47); }
H1.HeaderClassName
{
color: #350D2F;
}
.AnyTagClassName
{
color: #350D2F;
}
</style>
background-color css
<style>
a { background-color: #350D2F; }
a { background-color: rgb(53,13,47); }
div.DivClassName
{
background-color: #350D2F;
}
.BgClassName
{
background-color: #350D2F;
}
</style>
border-color css
<style>
span { border-color: #350D2F; }
span { border-color: rgb(53,13,47); }
td.TdClassName
{
border-color: #350D2F;
}
.TagClassName
{
border-color: #350D2F;
}
</style>