Shades of Mardi Gras #350F33
Tints of Mardi Gras #350F33
RGB
CMYK
RGB Variations
Color information
#350F33 (or 0x350F33) is known color: Mardi Gras. HEX triplet: 35, 0F and 33. RGB value is (53,15,51). Sum of RGB (Red+Green+Blue) = 53+15+51=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #350F33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350F33 is #CAF0CC. Grayscale: #1E1E1E. Windows color (decimal): -13299917 or 3346229. OLE color: 3346229.
HSL color Cylindrical-coordinate representation of color #350F33: hue angle of 303.16º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #350F33 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 15 | 51 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.79 |
| HSL | 303.16º | 0.56% | 0.13% | - |
| HSV(B) | 303.16º | 0.72% | 0.21% | - |
| XYZ | 2.24 | 1.34 | 3.27 | - |
| YUV | 30.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 51 | 0 | 0.72 | 0.04 | 0.79 | 303.16 | 0.56 | 0.13 |
| Hex | 35 | F | 33 | 0 | 48 | 4 | 4F | 12F | 38 | D |
| Octal | 65 | 17 | 63 | 0 | 110 | 4 | 117 | 457 | 70 | 15 |
| Binary | 110101 | 1111 | 110011 | 0 | 1001000 | 100 | 1001111 | 100101111 | 111000 | 1101 |
Color Harmonies of #350F33
Complementary color
Monochromatic Colors of #350F33
Black with #350F33
Text Example
Text Example
White with #350F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F33; }
p { color: rgb(53,15,51); }
H1.HeaderClassName
{
color: #350F33;
}
.AnyTagClassName
{
color: #350F33;
}
</style>
background-color css
<style>
a { background-color: #350F33; }
a { background-color: rgb(53,15,51); }
div.DivClassName
{
background-color: #350F33;
}
.BgClassName
{
background-color: #350F33;
}
</style>
border-color css
<style>
span { border-color: #350F33; }
span { border-color: rgb(53,15,51); }
td.TdClassName
{
border-color: #350F33;
}
.TagClassName
{
border-color: #350F33;
}
</style>