Shades of Mardi Gras #351A35
Tints of Mardi Gras #351A35
RGB
CMYK
RGB Variations
Color information
#351A35 (or 0x351A35) is known color: Mardi Gras. HEX triplet: 35, 1A and 35. RGB value is (53,26,53). Sum of RGB (Red+Green+Blue) = 53+26+53=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #351A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A35 is #CAE5CA. Grayscale: #252525. Windows color (decimal): -13297099 or 3480117. OLE color: 3480117.
HSL color Cylindrical-coordinate representation of color #351A35: hue angle of 300º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351A35 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 53 | - |
| CMYK | 0 | 0.51 | 0 | 0.79 |
| HSL | 300º | 0.34% | 0.15% | - |
| HSV(B) | 300º | 0.51% | 0.21% | - |
| XYZ | 2.48 | 1.75 | 3.58 | - |
| YUV | 37.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 53 | 0 | 0.51 | 0 | 0.79 | 300 | 0.34 | 0.15 |
| Hex | 35 | 1A | 35 | 0 | 33 | 0 | 4F | 12C | 22 | F |
| Octal | 65 | 32 | 65 | 0 | 63 | 0 | 117 | 454 | 42 | 17 |
| Binary | 110101 | 11010 | 110101 | 0 | 110011 | 0 | 1001111 | 100101100 | 100010 | 1111 |
Color Harmonies of #351A35
Complementary color
Monochromatic Colors of #351A35
Black with #351A35
Text Example
Text Example
White with #351A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A35; }
p { color: rgb(53,26,53); }
H1.HeaderClassName
{
color: #351A35;
}
.AnyTagClassName
{
color: #351A35;
}
</style>
background-color css
<style>
a { background-color: #351A35; }
a { background-color: rgb(53,26,53); }
div.DivClassName
{
background-color: #351A35;
}
.BgClassName
{
background-color: #351A35;
}
</style>
border-color css
<style>
span { border-color: #351A35; }
span { border-color: rgb(53,26,53); }
td.TdClassName
{
border-color: #351A35;
}
.TagClassName
{
border-color: #351A35;
}
</style>