Shades of Mardi Gras #350C34
Tints of Mardi Gras #350C34
RGB
CMYK
RGB Variations
Color information
#350C34 (or 0x350C34) is known color: Mardi Gras. HEX triplet: 35, 0C and 34. RGB value is (53,12,52). Sum of RGB (Red+Green+Blue) = 53+12+52=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #350C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C34 is #CAF3CB. Grayscale: #1C1C1C. Windows color (decimal): -13300684 or 3410997. OLE color: 3410997.
HSL color Cylindrical-coordinate representation of color #350C34: hue angle of 301.46º 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 #350C34 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 52 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.79 |
| HSL | 301.46º | 0.63% | 0.13% | - |
| HSV(B) | 301.46º | 0.77% | 0.21% | - |
| XYZ | 2.22 | 1.27 | 3.38 | - |
| YUV | 28.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 52 | 0 | 0.77 | 0.02 | 0.79 | 301.46 | 0.63 | 0.13 |
| Hex | 35 | C | 34 | 0 | 4D | 2 | 4F | 12D | 3F | D |
| Octal | 65 | 14 | 64 | 0 | 115 | 2 | 117 | 455 | 77 | 15 |
| Binary | 110101 | 1100 | 110100 | 0 | 1001101 | 10 | 1001111 | 100101101 | 111111 | 1101 |
Color Harmonies of #350C34
Complementary color
Monochromatic Colors of #350C34
Black with #350C34
Text Example
Text Example
White with #350C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C34; }
p { color: rgb(53,12,52); }
H1.HeaderClassName
{
color: #350C34;
}
.AnyTagClassName
{
color: #350C34;
}
</style>
background-color css
<style>
a { background-color: #350C34; }
a { background-color: rgb(53,12,52); }
div.DivClassName
{
background-color: #350C34;
}
.BgClassName
{
background-color: #350C34;
}
</style>
border-color css
<style>
span { border-color: #350C34; }
span { border-color: rgb(53,12,52); }
td.TdClassName
{
border-color: #350C34;
}
.TagClassName
{
border-color: #350C34;
}
</style>