Shades of Mardi Gras #3B0734
Tints of Mardi Gras #3B0734
RGB
CMYK
RGB Variations
Color information
#3B0734 (or 0x3B0734) is known color: Mardi Gras. HEX triplet: 3B, 07 and 34. RGB value is (59,7,52). Sum of RGB (Red+Green+Blue) = 59+7+52=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 7 (3.12% from 255 or 5.93% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0734 is #C4F8CB. Grayscale: #1B1B1B. Windows color (decimal): -12908748 or 3409723. OLE color: 3409723.
HSL color Cylindrical-coordinate representation of color #3B0734: hue angle of 308.08º 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 #3B0734 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 7 | 52 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.77 |
| HSL | 308.08º | 0.79% | 0.13% | - |
| HSV(B) | 308.08º | 0.88% | 0.23% | - |
| XYZ | 2.5 | 1.33 | 3.37 | - |
| YUV | 27.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 52 | 0 | 0.88 | 0.12 | 0.77 | 308.08 | 0.79 | 0.13 |
| Hex | 3B | 7 | 34 | 0 | 58 | C | 4D | 134 | 4F | D |
| Octal | 73 | 7 | 64 | 0 | 130 | 14 | 115 | 464 | 117 | 15 |
| Binary | 111011 | 111 | 110100 | 0 | 1011000 | 1100 | 1001101 | 100110100 | 1001111 | 1101 |
Color Harmonies of #3B0734
Complementary color
Monochromatic Colors of #3B0734
Black with #3B0734
Text Example
Text Example
White with #3B0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0734; }
p { color: rgb(59,7,52); }
H1.HeaderClassName
{
color: #3B0734;
}
.AnyTagClassName
{
color: #3B0734;
}
</style>
background-color css
<style>
a { background-color: #3B0734; }
a { background-color: rgb(59,7,52); }
div.DivClassName
{
background-color: #3B0734;
}
.BgClassName
{
background-color: #3B0734;
}
</style>
border-color css
<style>
span { border-color: #3B0734; }
span { border-color: rgb(59,7,52); }
td.TdClassName
{
border-color: #3B0734;
}
.TagClassName
{
border-color: #3B0734;
}
</style>