Shades of Mardi Gras #3B0539
Tints of Mardi Gras #3B0539
RGB
CMYK
RGB Variations
Color information
#3B0539 (or 0x3B0539) is known color: Mardi Gras. HEX triplet: 3B, 05 and 39. RGB value is (59,5,57). Sum of RGB (Red+Green+Blue) = 59+5+57=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0539 is #C4FAC6. Grayscale: #1A1A1A. Windows color (decimal): -12909255 or 3736891. OLE color: 3736891.
HSL color Cylindrical-coordinate representation of color #3B0539: hue angle of 302.22º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B0539 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
RGB | 59 | 5 | 57 | - |
CMYK | 0 | 0.92 | 0.03 | 0.77 |
HSL | 302.22º | 0.84% | 0.13% | - |
HSV(B) | 302.22º | 0.92% | 0.23% | - |
XYZ | 2.6 | 1.33 | 3.99 | - |
YUV | 27.07 | 144.89 | 150.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 5 | 57 | 0 | 0.92 | 0.03 | 0.77 | 302.22 | 0.84 | 0.13 |
Hex | 3B | 5 | 39 | 0 | 5C | 3 | 4D | 12E | 54 | D |
Octal | 73 | 5 | 71 | 0 | 134 | 3 | 115 | 456 | 124 | 15 |
Binary | 111011 | 101 | 111001 | 0 | 1011100 | 11 | 1001101 | 100101110 | 1010100 | 1101 |
Color Harmonies of #3B0539
Complementary color
Monochromatic Colors of #3B0539
Black with #3B0539
Text Example
Text Example
White with #3B0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0539; }
p { color: rgb(59,5,57); }
H1.HeaderClassName
{
color: #3B0539;
}
.AnyTagClassName
{
color: #3B0539;
}
</style>
background-color css
<style>
a { background-color: #3B0539; }
a { background-color: rgb(59,5,57); }
div.DivClassName
{
background-color: #3B0539;
}
.BgClassName
{
background-color: #3B0539;
}
</style>
border-color css
<style>
span { border-color: #3B0539; }
span { border-color: rgb(59,5,57); }
td.TdClassName
{
border-color: #3B0539;
}
.TagClassName
{
border-color: #3B0539;
}
</style>