Shades of Mardi Gras #352738
Tints of Mardi Gras #352738
RGB
CMYK
RGB Variations
Color information
#352738 (or 0x352738) is known color: Mardi Gras. HEX triplet: 35, 27 and 38. RGB value is (53,39,56). Sum of RGB (Red+Green+Blue) = 53+39+56=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #352738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352738 is #CAD8C7. Grayscale: #2D2D2D. Windows color (decimal): -13293768 or 3680053. OLE color: 3680053.
HSL color Cylindrical-coordinate representation of color #352738: hue angle of 289.41º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352738 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 39 | 56 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.78 |
| HSL | 289.41º | 0.18% | 0.19% | - |
| HSV(B) | 289.41º | 0.3% | 0.22% | - |
| XYZ | 2.91 | 2.49 | 4.07 | - |
| YUV | 45.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 56 | 0.05 | 0.30 | 0 | 0.78 | 289.41 | 0.18 | 0.19 |
| Hex | 35 | 27 | 38 | 5 | 1E | 0 | 4E | 121 | 12 | 13 |
| Octal | 65 | 47 | 70 | 5 | 36 | 0 | 116 | 441 | 22 | 23 |
| Binary | 110101 | 100111 | 111000 | 101 | 11110 | 0 | 1001110 | 100100001 | 10010 | 10011 |
Color Harmonies of #352738
Complementary color
Monochromatic Colors of #352738
Black with #352738
Text Example
Text Example
White with #352738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352738; }
p { color: rgb(53,39,56); }
H1.HeaderClassName
{
color: #352738;
}
.AnyTagClassName
{
color: #352738;
}
</style>
background-color css
<style>
a { background-color: #352738; }
a { background-color: rgb(53,39,56); }
div.DivClassName
{
background-color: #352738;
}
.BgClassName
{
background-color: #352738;
}
</style>
border-color css
<style>
span { border-color: #352738; }
span { border-color: rgb(53,39,56); }
td.TdClassName
{
border-color: #352738;
}
.TagClassName
{
border-color: #352738;
}
</style>