Shades of Mardi Gras #3B0F36
Tints of Mardi Gras #3B0F36
RGB
CMYK
RGB Variations
Color information
#3B0F36 (or 0x3B0F36) is known color: Mardi Gras. HEX triplet: 3B, 0F and 36. RGB value is (59,15,54). Sum of RGB (Red+Green+Blue) = 59+15+54=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F36 is #C4F0C9. Grayscale: #202020. Windows color (decimal): -12906698 or 3542843. OLE color: 3542843.
HSL color Cylindrical-coordinate representation of color #3B0F36: hue angle of 306.82º 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 #3B0F36 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 15 | 54 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.77 |
| HSL | 306.82º | 0.59% | 0.15% | - |
| HSV(B) | 306.82º | 0.75% | 0.23% | - |
| XYZ | 2.64 | 1.54 | 3.65 | - |
| YUV | 32.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 54 | 0 | 0.75 | 0.08 | 0.77 | 306.82 | 0.59 | 0.15 |
| Hex | 3B | F | 36 | 0 | 4B | 8 | 4D | 133 | 3B | F |
| Octal | 73 | 17 | 66 | 0 | 113 | 10 | 115 | 463 | 73 | 17 |
| Binary | 111011 | 1111 | 110110 | 0 | 1001011 | 1000 | 1001101 | 100110011 | 111011 | 1111 |
Color Harmonies of #3B0F36
Complementary color
Monochromatic Colors of #3B0F36
Black with #3B0F36
Text Example
Text Example
White with #3B0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0F36; }
p { color: rgb(59,15,54); }
H1.HeaderClassName
{
color: #3B0F36;
}
.AnyTagClassName
{
color: #3B0F36;
}
</style>
background-color css
<style>
a { background-color: #3B0F36; }
a { background-color: rgb(59,15,54); }
div.DivClassName
{
background-color: #3B0F36;
}
.BgClassName
{
background-color: #3B0F36;
}
</style>
border-color css
<style>
span { border-color: #3B0F36; }
span { border-color: rgb(59,15,54); }
td.TdClassName
{
border-color: #3B0F36;
}
.TagClassName
{
border-color: #3B0F36;
}
</style>