Shades of Mardi Gras #350B36
Tints of Mardi Gras #350B36
RGB
CMYK
RGB Variations
Color information
#350B36 (or 0x350B36) is known color: Mardi Gras. HEX triplet: 35, 0B and 36. RGB value is (53,11,54). Sum of RGB (Red+Green+Blue) = 53+11+54=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #350B36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B36 is #CAF4C9. Grayscale: #1C1C1C. Windows color (decimal): -13300938 or 3541813. OLE color: 3541813.
HSL color Cylindrical-coordinate representation of color #350B36: hue angle of 298.6º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #350B36 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 54 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.79 |
| HSL | 298.6º | 0.66% | 0.13% | - |
| HSV(B) | 298.6º | 0.8% | 0.21% | - |
| XYZ | 2.25 | 1.26 | 3.61 | - |
| YUV | 28.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 54 | 0.02 | 0.80 | 0 | 0.79 | 298.6 | 0.66 | 0.13 |
| Hex | 35 | B | 36 | 2 | 50 | 0 | 4F | 12B | 42 | D |
| Octal | 65 | 13 | 66 | 2 | 120 | 0 | 117 | 453 | 102 | 15 |
| Binary | 110101 | 1011 | 110110 | 10 | 1010000 | 0 | 1001111 | 100101011 | 1000010 | 1101 |
Color Harmonies of #350B36
Complementary color
Monochromatic Colors of #350B36
Black with #350B36
Text Example
Text Example
White with #350B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B36; }
p { color: rgb(53,11,54); }
H1.HeaderClassName
{
color: #350B36;
}
.AnyTagClassName
{
color: #350B36;
}
</style>
background-color css
<style>
a { background-color: #350B36; }
a { background-color: rgb(53,11,54); }
div.DivClassName
{
background-color: #350B36;
}
.BgClassName
{
background-color: #350B36;
}
</style>
border-color css
<style>
span { border-color: #350B36; }
span { border-color: rgb(53,11,54); }
td.TdClassName
{
border-color: #350B36;
}
.TagClassName
{
border-color: #350B36;
}
</style>