Shades of Mardi Gras #3B0735
Tints of Mardi Gras #3B0735
RGB
CMYK
RGB Variations
Color information
#3B0735 (or 0x3B0735) is known color: Mardi Gras. HEX triplet: 3B, 07 and 35. RGB value is (59,7,53). Sum of RGB (Red+Green+Blue) = 59+7+53=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0735 is #C4F8CA. Grayscale: #1B1B1B. Windows color (decimal): -12908747 or 3475259. OLE color: 3475259.
HSL color Cylindrical-coordinate representation of color #3B0735: hue angle of 306.92º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B0735 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 7 | 53 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.77 |
| HSL | 306.92º | 0.79% | 0.13% | - |
| HSV(B) | 306.92º | 0.88% | 0.23% | - |
| XYZ | 2.52 | 1.34 | 3.49 | - |
| YUV | 27.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 53 | 0 | 0.88 | 0.10 | 0.77 | 306.92 | 0.79 | 0.13 |
| Hex | 3B | 7 | 35 | 0 | 58 | A | 4D | 133 | 4F | D |
| Octal | 73 | 7 | 65 | 0 | 130 | 12 | 115 | 463 | 117 | 15 |
| Binary | 111011 | 111 | 110101 | 0 | 1011000 | 1010 | 1001101 | 100110011 | 1001111 | 1101 |
Color Harmonies of #3B0735
Complementary color
Monochromatic Colors of #3B0735
Black with #3B0735
Text Example
Text Example
White with #3B0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0735; }
p { color: rgb(59,7,53); }
H1.HeaderClassName
{
color: #3B0735;
}
.AnyTagClassName
{
color: #3B0735;
}
</style>
background-color css
<style>
a { background-color: #3B0735; }
a { background-color: rgb(59,7,53); }
div.DivClassName
{
background-color: #3B0735;
}
.BgClassName
{
background-color: #3B0735;
}
</style>
border-color css
<style>
span { border-color: #3B0735; }
span { border-color: rgb(59,7,53); }
td.TdClassName
{
border-color: #3B0735;
}
.TagClassName
{
border-color: #3B0735;
}
</style>