Shades of Mardi Gras #350234
Tints of Mardi Gras #350234
RGB
CMYK
RGB Variations
Color information
#350234 (or 0x350234) is known color: Mardi Gras. HEX triplet: 35, 02 and 34. RGB value is (53,2,52). Sum of RGB (Red+Green+Blue) = 53+2+52=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #350234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350234 is #CAFDCB. Grayscale: #161616. Windows color (decimal): -13303244 or 3408437. OLE color: 3408437.
HSL color Cylindrical-coordinate representation of color #350234: hue angle of 301.18º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350234 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 2 | 52 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.79 |
| HSL | 301.18º | 0.93% | 0.11% | - |
| HSV(B) | 301.18º | 0.96% | 0.21% | - |
| XYZ | 2.11 | 1.05 | 3.34 | - |
| YUV | 22.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 52 | 0 | 0.96 | 0.02 | 0.79 | 301.18 | 0.93 | 0.11 |
| Hex | 35 | 2 | 34 | 0 | 60 | 2 | 4F | 12D | 5D | B |
| Octal | 65 | 2 | 64 | 0 | 140 | 2 | 117 | 455 | 135 | 13 |
| Binary | 110101 | 10 | 110100 | 0 | 1100000 | 10 | 1001111 | 100101101 | 1011101 | 1011 |
Color Harmonies of #350234
Complementary color
Monochromatic Colors of #350234
Black with #350234
Text Example
Text Example
White with #350234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350234; }
p { color: rgb(53,2,52); }
H1.HeaderClassName
{
color: #350234;
}
.AnyTagClassName
{
color: #350234;
}
</style>
background-color css
<style>
a { background-color: #350234; }
a { background-color: rgb(53,2,52); }
div.DivClassName
{
background-color: #350234;
}
.BgClassName
{
background-color: #350234;
}
</style>
border-color css
<style>
span { border-color: #350234; }
span { border-color: rgb(53,2,52); }
td.TdClassName
{
border-color: #350234;
}
.TagClassName
{
border-color: #350234;
}
</style>