Shades of Mardi Gras #351938
Tints of Mardi Gras #351938
RGB
CMYK
RGB Variations
Color information
#351938 (or 0x351938) is known color: Mardi Gras. HEX triplet: 35, 19 and 38. RGB value is (53,25,56). Sum of RGB (Red+Green+Blue) = 53+25+56=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: blue. Hex color #351938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351938 is #CAE6C7. Grayscale: #242424. Windows color (decimal): -13297352 or 3676469. OLE color: 3676469.
HSL color Cylindrical-coordinate representation of color #351938: hue angle of 294.19º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #351938 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 25 | 56 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.78 |
| HSL | 294.19º | 0.38% | 0.16% | - |
| HSV(B) | 294.19º | 0.55% | 0.22% | - |
| XYZ | 2.53 | 1.74 | 3.94 | - |
| YUV | 36.91 | 138.78 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 56 | 0.05 | 0.55 | 0 | 0.78 | 294.19 | 0.38 | 0.16 |
| Hex | 35 | 19 | 38 | 5 | 37 | 0 | 4E | 126 | 26 | 10 |
| Octal | 65 | 31 | 70 | 5 | 67 | 0 | 116 | 446 | 46 | 20 |
| Binary | 110101 | 11001 | 111000 | 101 | 110111 | 0 | 1001110 | 100100110 | 100110 | 10000 |
Color Harmonies of #351938
Complementary color
Monochromatic Colors of #351938
Black with #351938
Text Example
Text Example
White with #351938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351938; }
p { color: rgb(53,25,56); }
H1.HeaderClassName
{
color: #351938;
}
.AnyTagClassName
{
color: #351938;
}
</style>
background-color css
<style>
a { background-color: #351938; }
a { background-color: rgb(53,25,56); }
div.DivClassName
{
background-color: #351938;
}
.BgClassName
{
background-color: #351938;
}
</style>
border-color css
<style>
span { border-color: #351938; }
span { border-color: rgb(53,25,56); }
td.TdClassName
{
border-color: #351938;
}
.TagClassName
{
border-color: #351938;
}
</style>