Shades of Mardi Gras #350D2E
Tints of Mardi Gras #350D2E
RGB
CMYK
RGB Variations
Color information
#350D2E (or 0x350D2E) is known color: Mardi Gras. HEX triplet: 35, 0D and 2E. RGB value is (53,13,46). Sum of RGB (Red+Green+Blue) = 53+13+46=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 46 (18.36% from 255 or 41.07% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #350D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D2E is #CAF2D1. Grayscale: #1C1C1C. Windows color (decimal): -13300434 or 3018037. OLE color: 3018037.
HSL color Cylindrical-coordinate representation of color #350D2E: hue angle of 310.5º 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 #350D2E is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 46 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.79 |
| HSL | 310.5º | 0.61% | 0.13% | - |
| HSV(B) | 310.5º | 0.75% | 0.21% | - |
| XYZ | 2.11 | 1.24 | 2.71 | - |
| YUV | 28.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 46 | 0 | 0.75 | 0.13 | 0.79 | 310.5 | 0.61 | 0.13 |
| Hex | 35 | D | 2E | 0 | 4B | D | 4F | 136 | 3D | D |
| Octal | 65 | 15 | 56 | 0 | 113 | 15 | 117 | 466 | 75 | 15 |
| Binary | 110101 | 1101 | 101110 | 0 | 1001011 | 1101 | 1001111 | 100110110 | 111101 | 1101 |
Color Harmonies of #350D2E
Complementary color
Monochromatic Colors of #350D2E
Black with #350D2E
Text Example
Text Example
White with #350D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D2E; }
p { color: rgb(53,13,46); }
H1.HeaderClassName
{
color: #350D2E;
}
.AnyTagClassName
{
color: #350D2E;
}
</style>
background-color css
<style>
a { background-color: #350D2E; }
a { background-color: rgb(53,13,46); }
div.DivClassName
{
background-color: #350D2E;
}
.BgClassName
{
background-color: #350D2E;
}
</style>
border-color css
<style>
span { border-color: #350D2E; }
span { border-color: rgb(53,13,46); }
td.TdClassName
{
border-color: #350D2E;
}
.TagClassName
{
border-color: #350D2E;
}
</style>