Shades of Mardi Gras #351A33
Tints of Mardi Gras #351A33
RGB
CMYK
RGB Variations
Color information
#351A33 (or 0x351A33) is known color: Mardi Gras. HEX triplet: 35, 1A and 33. RGB value is (53,26,51). Sum of RGB (Red+Green+Blue) = 53+26+51=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #351A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A33 is #CAE5CC. Grayscale: #242424. Windows color (decimal): -13297101 or 3349045. OLE color: 3349045.
HSL color Cylindrical-coordinate representation of color #351A33: hue angle of 304.44º 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 #351A33 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 26 | 51 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.79 |
| HSL | 304.44º | 0.34% | 0.15% | - |
| HSV(B) | 304.44º | 0.51% | 0.21% | - |
| XYZ | 2.44 | 1.73 | 3.34 | - |
| YUV | 36.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 51 | 0 | 0.51 | 0.04 | 0.79 | 304.44 | 0.34 | 0.15 |
| Hex | 35 | 1A | 33 | 0 | 33 | 4 | 4F | 130 | 22 | F |
| Octal | 65 | 32 | 63 | 0 | 63 | 4 | 117 | 460 | 42 | 17 |
| Binary | 110101 | 11010 | 110011 | 0 | 110011 | 100 | 1001111 | 100110000 | 100010 | 1111 |
Color Harmonies of #351A33
Complementary color
Monochromatic Colors of #351A33
Black with #351A33
Text Example
Text Example
White with #351A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A33; }
p { color: rgb(53,26,51); }
H1.HeaderClassName
{
color: #351A33;
}
.AnyTagClassName
{
color: #351A33;
}
</style>
background-color css
<style>
a { background-color: #351A33; }
a { background-color: rgb(53,26,51); }
div.DivClassName
{
background-color: #351A33;
}
.BgClassName
{
background-color: #351A33;
}
</style>
border-color css
<style>
span { border-color: #351A33; }
span { border-color: rgb(53,26,51); }
td.TdClassName
{
border-color: #351A33;
}
.TagClassName
{
border-color: #351A33;
}
</style>