Shades of Mardi Gras #351836
Tints of Mardi Gras #351836
RGB
CMYK
RGB Variations
Color information
#351836 (or 0x351836) is known color: Mardi Gras. HEX triplet: 35, 18 and 36. RGB value is (53,24,54). Sum of RGB (Red+Green+Blue) = 53+24+54=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 54 - color contains mainly: blue. Hex color #351836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351836 is #CAE7C9. Grayscale: #242424. Windows color (decimal): -13297610 or 3545141. OLE color: 3545141.
HSL color Cylindrical-coordinate representation of color #351836: hue angle of 298º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #351836 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 24 | 54 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.79 |
| HSL | 298º | 0.38% | 0.15% | - |
| HSV(B) | 298º | 0.56% | 0.21% | - |
| XYZ | 2.46 | 1.68 | 3.68 | - |
| YUV | 36.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 54 | 0.02 | 0.56 | 0 | 0.79 | 298 | 0.38 | 0.15 |
| Hex | 35 | 18 | 36 | 2 | 38 | 0 | 4F | 12A | 26 | F |
| Octal | 65 | 30 | 66 | 2 | 70 | 0 | 117 | 452 | 46 | 17 |
| Binary | 110101 | 11000 | 110110 | 10 | 111000 | 0 | 1001111 | 100101010 | 100110 | 1111 |
Color Harmonies of #351836
Complementary color
Monochromatic Colors of #351836
Black with #351836
Text Example
Text Example
White with #351836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351836; }
p { color: rgb(53,24,54); }
H1.HeaderClassName
{
color: #351836;
}
.AnyTagClassName
{
color: #351836;
}
</style>
background-color css
<style>
a { background-color: #351836; }
a { background-color: rgb(53,24,54); }
div.DivClassName
{
background-color: #351836;
}
.BgClassName
{
background-color: #351836;
}
</style>
border-color css
<style>
span { border-color: #351836; }
span { border-color: rgb(53,24,54); }
td.TdClassName
{
border-color: #351836;
}
.TagClassName
{
border-color: #351836;
}
</style>