Shades of Mardi Gras #350B38
Tints of Mardi Gras #350B38
RGB
CMYK
RGB Variations
Color information
#350B38 (or 0x350B38) is known color: Mardi Gras. HEX triplet: 35, 0B and 38. RGB value is (53,11,56). Sum of RGB (Red+Green+Blue) = 53+11+56=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #350B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B38 is #CAF4C7. Grayscale: #1C1C1C. Windows color (decimal): -13300936 or 3672885. OLE color: 3672885.
HSL color Cylindrical-coordinate representation of color #350B38: hue angle of 296º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #350B38 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 11 | 56 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.78 |
| HSL | 296º | 0.67% | 0.13% | - |
| HSV(B) | 296º | 0.8% | 0.22% | - |
| XYZ | 2.3 | 1.28 | 3.87 | - |
| YUV | 28.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 56 | 0.05 | 0.80 | 0 | 0.78 | 296 | 0.67 | 0.13 |
| Hex | 35 | B | 38 | 5 | 50 | 0 | 4E | 128 | 43 | D |
| Octal | 65 | 13 | 70 | 5 | 120 | 0 | 116 | 450 | 103 | 15 |
| Binary | 110101 | 1011 | 111000 | 101 | 1010000 | 0 | 1001110 | 100101000 | 1000011 | 1101 |
Color Harmonies of #350B38
Complementary color
Monochromatic Colors of #350B38
Black with #350B38
Text Example
Text Example
White with #350B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B38; }
p { color: rgb(53,11,56); }
H1.HeaderClassName
{
color: #350B38;
}
.AnyTagClassName
{
color: #350B38;
}
</style>
background-color css
<style>
a { background-color: #350B38; }
a { background-color: rgb(53,11,56); }
div.DivClassName
{
background-color: #350B38;
}
.BgClassName
{
background-color: #350B38;
}
</style>
border-color css
<style>
span { border-color: #350B38; }
span { border-color: rgb(53,11,56); }
td.TdClassName
{
border-color: #350B38;
}
.TagClassName
{
border-color: #350B38;
}
</style>