Shades of Mardi Gras #351C33
Tints of Mardi Gras #351C33
RGB
CMYK
RGB Variations
Color information
#351C33 (or 0x351C33) is known color: Mardi Gras. HEX triplet: 35, 1C and 33. RGB value is (53,28,51). Sum of RGB (Red+Green+Blue) = 53+28+51=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #351C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C33 is #CAE3CC. Grayscale: #262626. Windows color (decimal): -13296589 or 3349557. OLE color: 3349557.
HSL color Cylindrical-coordinate representation of color #351C33: hue angle of 304.8º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351C33 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 51 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.79 |
| HSL | 304.8º | 0.31% | 0.16% | - |
| HSV(B) | 304.8º | 0.47% | 0.21% | - |
| XYZ | 2.48 | 1.83 | 3.35 | - |
| YUV | 38.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 51 | 0 | 0.47 | 0.04 | 0.79 | 304.8 | 0.31 | 0.16 |
| Hex | 35 | 1C | 33 | 0 | 2F | 4 | 4F | 131 | 1F | 10 |
| Octal | 65 | 34 | 63 | 0 | 57 | 4 | 117 | 461 | 37 | 20 |
| Binary | 110101 | 11100 | 110011 | 0 | 101111 | 100 | 1001111 | 100110001 | 11111 | 10000 |
Color Harmonies of #351C33
Complementary color
Monochromatic Colors of #351C33
Black with #351C33
Text Example
Text Example
White with #351C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C33; }
p { color: rgb(53,28,51); }
H1.HeaderClassName
{
color: #351C33;
}
.AnyTagClassName
{
color: #351C33;
}
</style>
background-color css
<style>
a { background-color: #351C33; }
a { background-color: rgb(53,28,51); }
div.DivClassName
{
background-color: #351C33;
}
.BgClassName
{
background-color: #351C33;
}
</style>
border-color css
<style>
span { border-color: #351C33; }
span { border-color: rgb(53,28,51); }
td.TdClassName
{
border-color: #351C33;
}
.TagClassName
{
border-color: #351C33;
}
</style>