Shades of Mardi Gras #350C2D
Tints of Mardi Gras #350C2D
RGB
CMYK
RGB Variations
Color information
#350C2D (or 0x350C2D) is known color: Mardi Gras. HEX triplet: 35, 0C and 2D. RGB value is (53,12,45). Sum of RGB (Red+Green+Blue) = 53+12+45=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #350C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C2D is #CAF3D2. Grayscale: #1B1B1B. Windows color (decimal): -13300691 or 2952245. OLE color: 2952245.
HSL color Cylindrical-coordinate representation of color #350C2D: hue angle of 311.71º 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 #350C2D is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 45 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.79 |
| HSL | 311.71º | 0.63% | 0.13% | - |
| HSV(B) | 311.71º | 0.77% | 0.21% | - |
| XYZ | 2.07 | 1.21 | 2.61 | - |
| YUV | 28.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 45 | 0 | 0.77 | 0.15 | 0.79 | 311.71 | 0.63 | 0.13 |
| Hex | 35 | C | 2D | 0 | 4D | F | 4F | 138 | 3F | D |
| Octal | 65 | 14 | 55 | 0 | 115 | 17 | 117 | 470 | 77 | 15 |
| Binary | 110101 | 1100 | 101101 | 0 | 1001101 | 1111 | 1001111 | 100111000 | 111111 | 1101 |
Color Harmonies of #350C2D
Complementary color
Monochromatic Colors of #350C2D
Black with #350C2D
Text Example
Text Example
White with #350C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C2D; }
p { color: rgb(53,12,45); }
H1.HeaderClassName
{
color: #350C2D;
}
.AnyTagClassName
{
color: #350C2D;
}
</style>
background-color css
<style>
a { background-color: #350C2D; }
a { background-color: rgb(53,12,45); }
div.DivClassName
{
background-color: #350C2D;
}
.BgClassName
{
background-color: #350C2D;
}
</style>
border-color css
<style>
span { border-color: #350C2D; }
span { border-color: rgb(53,12,45); }
td.TdClassName
{
border-color: #350C2D;
}
.TagClassName
{
border-color: #350C2D;
}
</style>