Shades of Mardi Gras #3B0F39
Tints of Mardi Gras #3B0F39
RGB
CMYK
RGB Variations
Color information
#3B0F39 (or 0x3B0F39) is known color: Mardi Gras. HEX triplet: 3B, 0F and 39. RGB value is (59,15,57). Sum of RGB (Red+Green+Blue) = 59+15+57=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F39 is #C4F0C6. Grayscale: #202020. Windows color (decimal): -12906695 or 3739451. OLE color: 3739451.
HSL color Cylindrical-coordinate representation of color #3B0F39: hue angle of 302.73º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B0F39 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 15 | 57 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.77 |
| HSL | 302.73º | 0.59% | 0.15% | - |
| HSV(B) | 302.73º | 0.75% | 0.23% | - |
| XYZ | 2.71 | 1.57 | 4.03 | - |
| YUV | 32.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 57 | 0 | 0.75 | 0.03 | 0.77 | 302.73 | 0.59 | 0.15 |
| Hex | 3B | F | 39 | 0 | 4B | 3 | 4D | 12F | 3B | F |
| Octal | 73 | 17 | 71 | 0 | 113 | 3 | 115 | 457 | 73 | 17 |
| Binary | 111011 | 1111 | 111001 | 0 | 1001011 | 11 | 1001101 | 100101111 | 111011 | 1111 |
Color Harmonies of #3B0F39
Complementary color
Monochromatic Colors of #3B0F39
Black with #3B0F39
Text Example
Text Example
White with #3B0F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0F39; }
p { color: rgb(59,15,57); }
H1.HeaderClassName
{
color: #3B0F39;
}
.AnyTagClassName
{
color: #3B0F39;
}
</style>
background-color css
<style>
a { background-color: #3B0F39; }
a { background-color: rgb(59,15,57); }
div.DivClassName
{
background-color: #3B0F39;
}
.BgClassName
{
background-color: #3B0F39;
}
</style>
border-color css
<style>
span { border-color: #3B0F39; }
span { border-color: rgb(59,15,57); }
td.TdClassName
{
border-color: #3B0F39;
}
.TagClassName
{
border-color: #3B0F39;
}
</style>