Shades of Mardi Gras #350C2F
Tints of Mardi Gras #350C2F
RGB
CMYK
RGB Variations
Color information
#350C2F (or 0x350C2F) is known color: Mardi Gras. HEX triplet: 35, 0C and 2F. RGB value is (53,12,47). Sum of RGB (Red+Green+Blue) = 53+12+47=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #350C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350C2F is #CAF3D0. Grayscale: #1C1C1C. Windows color (decimal): -13300689 or 3083317. OLE color: 3083317.
HSL color Cylindrical-coordinate representation of color #350C2F: hue angle of 308.78º 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 #350C2F is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 47 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.79 |
| HSL | 308.78º | 0.63% | 0.13% | - |
| HSV(B) | 308.78º | 0.77% | 0.21% | - |
| XYZ | 2.11 | 1.23 | 2.81 | - |
| YUV | 28.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 47 | 0 | 0.77 | 0.11 | 0.79 | 308.78 | 0.63 | 0.13 |
| Hex | 35 | C | 2F | 0 | 4D | B | 4F | 135 | 3F | D |
| Octal | 65 | 14 | 57 | 0 | 115 | 13 | 117 | 465 | 77 | 15 |
| Binary | 110101 | 1100 | 101111 | 0 | 1001101 | 1011 | 1001111 | 100110101 | 111111 | 1101 |
Color Harmonies of #350C2F
Complementary color
Monochromatic Colors of #350C2F
Black with #350C2F
Text Example
Text Example
White with #350C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C2F; }
p { color: rgb(53,12,47); }
H1.HeaderClassName
{
color: #350C2F;
}
.AnyTagClassName
{
color: #350C2F;
}
</style>
background-color css
<style>
a { background-color: #350C2F; }
a { background-color: rgb(53,12,47); }
div.DivClassName
{
background-color: #350C2F;
}
.BgClassName
{
background-color: #350C2F;
}
</style>
border-color css
<style>
span { border-color: #350C2F; }
span { border-color: rgb(53,12,47); }
td.TdClassName
{
border-color: #350C2F;
}
.TagClassName
{
border-color: #350C2F;
}
</style>