Shades of Mardi Gras #35112E
Tints of Mardi Gras #35112E
RGB
CMYK
RGB Variations
Color information
#35112E (or 0x35112E) is known color: Mardi Gras. HEX triplet: 35, 11 and 2E. RGB value is (53,17,46). Sum of RGB (Red+Green+Blue) = 53+17+46=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35112E is #CAEED1. Grayscale: #1E1E1E. Windows color (decimal): -13299410 or 3019061. OLE color: 3019061.
HSL color Cylindrical-coordinate representation of color #35112E: hue angle of 311.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35112E is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 17 | 46 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.79 |
| HSL | 311.67º | 0.51% | 0.14% | - |
| HSV(B) | 311.67º | 0.68% | 0.21% | - |
| XYZ | 2.16 | 1.36 | 2.73 | - |
| YUV | 31.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 46 | 0 | 0.68 | 0.13 | 0.79 | 311.67 | 0.51 | 0.14 |
| Hex | 35 | 11 | 2E | 0 | 44 | D | 4F | 138 | 33 | E |
| Octal | 65 | 21 | 56 | 0 | 104 | 15 | 117 | 470 | 63 | 16 |
| Binary | 110101 | 10001 | 101110 | 0 | 1000100 | 1101 | 1001111 | 100111000 | 110011 | 1110 |
Color Harmonies of #35112E
Complementary color
Monochromatic Colors of #35112E
Black with #35112E
Text Example
Text Example
White with #35112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35112E; }
p { color: rgb(53,17,46); }
H1.HeaderClassName
{
color: #35112E;
}
.AnyTagClassName
{
color: #35112E;
}
</style>
background-color css
<style>
a { background-color: #35112E; }
a { background-color: rgb(53,17,46); }
div.DivClassName
{
background-color: #35112E;
}
.BgClassName
{
background-color: #35112E;
}
</style>
border-color css
<style>
span { border-color: #35112E; }
span { border-color: rgb(53,17,46); }
td.TdClassName
{
border-color: #35112E;
}
.TagClassName
{
border-color: #35112E;
}
</style>