Shades of Mardi Gras #351C39
Tints of Mardi Gras #351C39
RGB
CMYK
RGB Variations
Color information
#351C39 (or 0x351C39) is known color: Mardi Gras. HEX triplet: 35, 1C and 39. RGB value is (53,28,57). Sum of RGB (Red+Green+Blue) = 53+28+57=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #351C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C39 is #CAE3C6. Grayscale: #262626. Windows color (decimal): -13296583 or 3742773. OLE color: 3742773.
HSL color Cylindrical-coordinate representation of color #351C39: hue angle of 291.72º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351C39 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 28 | 57 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.78 |
| HSL | 291.72º | 0.34% | 0.17% | - |
| HSV(B) | 291.72º | 0.51% | 0.22% | - |
| XYZ | 2.62 | 1.88 | 4.1 | - |
| YUV | 38.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 57 | 0.07 | 0.51 | 0 | 0.78 | 291.72 | 0.34 | 0.17 |
| Hex | 35 | 1C | 39 | 7 | 33 | 0 | 4E | 124 | 22 | 11 |
| Octal | 65 | 34 | 71 | 7 | 63 | 0 | 116 | 444 | 42 | 21 |
| Binary | 110101 | 11100 | 111001 | 111 | 110011 | 0 | 1001110 | 100100100 | 100010 | 10001 |
Color Harmonies of #351C39
Complementary color
Monochromatic Colors of #351C39
Black with #351C39
Text Example
Text Example
White with #351C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C39; }
p { color: rgb(53,28,57); }
H1.HeaderClassName
{
color: #351C39;
}
.AnyTagClassName
{
color: #351C39;
}
</style>
background-color css
<style>
a { background-color: #351C39; }
a { background-color: rgb(53,28,57); }
div.DivClassName
{
background-color: #351C39;
}
.BgClassName
{
background-color: #351C39;
}
</style>
border-color css
<style>
span { border-color: #351C39; }
span { border-color: rgb(53,28,57); }
td.TdClassName
{
border-color: #351C39;
}
.TagClassName
{
border-color: #351C39;
}
</style>