Shades of Mardi Gras #350B2F
Tints of Mardi Gras #350B2F
RGB
CMYK
RGB Variations
Color information
#350B2F (or 0x350B2F) is known color: Mardi Gras. HEX triplet: 35, 0B and 2F. RGB value is (53,11,47). Sum of RGB (Red+Green+Blue) = 53+11+47=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #350B2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B2F is #CAF4D0. Grayscale: #1B1B1B. Windows color (decimal): -13300945 or 3083061. OLE color: 3083061.
HSL color Cylindrical-coordinate representation of color #350B2F: hue angle of 308.57º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #350B2F is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 47 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.79 |
| HSL | 308.57º | 0.66% | 0.13% | - |
| HSV(B) | 308.57º | 0.79% | 0.21% | - |
| XYZ | 2.1 | 1.2 | 2.81 | - |
| YUV | 27.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 47 | 0 | 0.79 | 0.11 | 0.79 | 308.57 | 0.66 | 0.13 |
| Hex | 35 | B | 2F | 0 | 4F | B | 4F | 135 | 42 | D |
| Octal | 65 | 13 | 57 | 0 | 117 | 13 | 117 | 465 | 102 | 15 |
| Binary | 110101 | 1011 | 101111 | 0 | 1001111 | 1011 | 1001111 | 100110101 | 1000010 | 1101 |
Color Harmonies of #350B2F
Complementary color
Monochromatic Colors of #350B2F
Black with #350B2F
Text Example
Text Example
White with #350B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B2F; }
p { color: rgb(53,11,47); }
H1.HeaderClassName
{
color: #350B2F;
}
.AnyTagClassName
{
color: #350B2F;
}
</style>
background-color css
<style>
a { background-color: #350B2F; }
a { background-color: rgb(53,11,47); }
div.DivClassName
{
background-color: #350B2F;
}
.BgClassName
{
background-color: #350B2F;
}
</style>
border-color css
<style>
span { border-color: #350B2F; }
span { border-color: rgb(53,11,47); }
td.TdClassName
{
border-color: #350B2F;
}
.TagClassName
{
border-color: #350B2F;
}
</style>