Shades of Mardi Gras #3B0D36
Tints of Mardi Gras #3B0D36
RGB
CMYK
RGB Variations
Color information
#3B0D36 (or 0x3B0D36) is known color: Mardi Gras. HEX triplet: 3B, 0D and 36. RGB value is (59,13,54). Sum of RGB (Red+Green+Blue) = 59+13+54=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0D36 is #C4F2C9. Grayscale: #1F1F1F. Windows color (decimal): -12907210 or 3542331. OLE color: 3542331.
HSL color Cylindrical-coordinate representation of color #3B0D36: hue angle of 306.52º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B0D36 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 13 | 54 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.77 |
| HSL | 306.52º | 0.64% | 0.14% | - |
| HSV(B) | 306.52º | 0.78% | 0.23% | - |
| XYZ | 2.61 | 1.48 | 3.64 | - |
| YUV | 31.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 13 | 54 | 0 | 0.78 | 0.08 | 0.77 | 306.52 | 0.64 | 0.14 |
| Hex | 3B | D | 36 | 0 | 4E | 8 | 4D | 133 | 40 | E |
| Octal | 73 | 15 | 66 | 0 | 116 | 10 | 115 | 463 | 100 | 16 |
| Binary | 111011 | 1101 | 110110 | 0 | 1001110 | 1000 | 1001101 | 100110011 | 1000000 | 1110 |
Color Harmonies of #3B0D36
Complementary color
Monochromatic Colors of #3B0D36
Black with #3B0D36
Text Example
Text Example
White with #3B0D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0D36; }
p { color: rgb(59,13,54); }
H1.HeaderClassName
{
color: #3B0D36;
}
.AnyTagClassName
{
color: #3B0D36;
}
</style>
background-color css
<style>
a { background-color: #3B0D36; }
a { background-color: rgb(59,13,54); }
div.DivClassName
{
background-color: #3B0D36;
}
.BgClassName
{
background-color: #3B0D36;
}
</style>
border-color css
<style>
span { border-color: #3B0D36; }
span { border-color: rgb(59,13,54); }
td.TdClassName
{
border-color: #3B0D36;
}
.TagClassName
{
border-color: #3B0D36;
}
</style>