Shades of Mardi Gras #350C2E
Tints of Mardi Gras #350C2E
RGB
CMYK
RGB Variations
Color information
#350C2E (or 0x350C2E) is known color: Mardi Gras. HEX triplet: 35, 0C and 2E. RGB value is (53,12,46). Sum of RGB (Red+Green+Blue) = 53+12+46=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #350C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C2E is #CAF3D1. Grayscale: #1C1C1C. Windows color (decimal): -13300690 or 3017781. OLE color: 3017781.
HSL color Cylindrical-coordinate representation of color #350C2E: hue angle of 310.24º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C2E is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 46 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.79 |
| HSL | 310.24º | 0.63% | 0.13% | - |
| HSV(B) | 310.24º | 0.77% | 0.21% | - |
| XYZ | 2.09 | 1.22 | 2.71 | - |
| YUV | 28.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 46 | 0 | 0.77 | 0.13 | 0.79 | 310.24 | 0.63 | 0.13 |
| Hex | 35 | C | 2E | 0 | 4D | D | 4F | 136 | 3F | D |
| Octal | 65 | 14 | 56 | 0 | 115 | 15 | 117 | 466 | 77 | 15 |
| Binary | 110101 | 1100 | 101110 | 0 | 1001101 | 1101 | 1001111 | 100110110 | 111111 | 1101 |
Color Harmonies of #350C2E
Complementary color
Monochromatic Colors of #350C2E
Black with #350C2E
Text Example
Text Example
White with #350C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C2E; }
p { color: rgb(53,12,46); }
H1.HeaderClassName
{
color: #350C2E;
}
.AnyTagClassName
{
color: #350C2E;
}
</style>
background-color css
<style>
a { background-color: #350C2E; }
a { background-color: rgb(53,12,46); }
div.DivClassName
{
background-color: #350C2E;
}
.BgClassName
{
background-color: #350C2E;
}
</style>
border-color css
<style>
span { border-color: #350C2E; }
span { border-color: rgb(53,12,46); }
td.TdClassName
{
border-color: #350C2E;
}
.TagClassName
{
border-color: #350C2E;
}
</style>