Shades of Mardi Gras #350B34
Tints of Mardi Gras #350B34
RGB
CMYK
RGB Variations
Color information
#350B34 (or 0x350B34) is known color: Mardi Gras. HEX triplet: 35, 0B and 34. RGB value is (53,11,52). Sum of RGB (Red+Green+Blue) = 53+11+52=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 11 (4.69% from 255 or 9.48% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #350B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350B34 is #CAF4CB. Grayscale: #1C1C1C. Windows color (decimal): -13300940 or 3410741. OLE color: 3410741.
HSL color Cylindrical-coordinate representation of color #350B34: hue angle of 301.43º 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 #350B34 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 52 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.79 |
| HSL | 301.43º | 0.66% | 0.13% | - |
| HSV(B) | 301.43º | 0.79% | 0.21% | - |
| XYZ | 2.21 | 1.24 | 3.37 | - |
| YUV | 28.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 52 | 0 | 0.79 | 0.02 | 0.79 | 301.43 | 0.66 | 0.13 |
| Hex | 35 | B | 34 | 0 | 4F | 2 | 4F | 12D | 42 | D |
| Octal | 65 | 13 | 64 | 0 | 117 | 2 | 117 | 455 | 102 | 15 |
| Binary | 110101 | 1011 | 110100 | 0 | 1001111 | 10 | 1001111 | 100101101 | 1000010 | 1101 |
Color Harmonies of #350B34
Complementary color
Monochromatic Colors of #350B34
Black with #350B34
Text Example
Text Example
White with #350B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B34; }
p { color: rgb(53,11,52); }
H1.HeaderClassName
{
color: #350B34;
}
.AnyTagClassName
{
color: #350B34;
}
</style>
background-color css
<style>
a { background-color: #350B34; }
a { background-color: rgb(53,11,52); }
div.DivClassName
{
background-color: #350B34;
}
.BgClassName
{
background-color: #350B34;
}
</style>
border-color css
<style>
span { border-color: #350B34; }
span { border-color: rgb(53,11,52); }
td.TdClassName
{
border-color: #350B34;
}
.TagClassName
{
border-color: #350B34;
}
</style>