Shades of Mardi Gras #3B0C36
Tints of Mardi Gras #3B0C36
RGB
CMYK
RGB Variations
Color information
#3B0C36 (or 0x3B0C36) is known color: Mardi Gras. HEX triplet: 3B, 0C and 36. RGB value is (59,12,54). Sum of RGB (Red+Green+Blue) = 59+12+54=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0C36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0C36 is #C4F3C9. Grayscale: #1E1E1E. Windows color (decimal): -12907466 or 3542075. OLE color: 3542075.
HSL color Cylindrical-coordinate representation of color #3B0C36: hue angle of 306.38º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B0C36 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 12 | 54 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.77 |
| HSL | 306.38º | 0.66% | 0.14% | - |
| HSV(B) | 306.38º | 0.8% | 0.23% | - |
| XYZ | 2.6 | 1.46 | 3.63 | - |
| YUV | 30.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 12 | 54 | 0 | 0.80 | 0.08 | 0.77 | 306.38 | 0.66 | 0.14 |
| Hex | 3B | C | 36 | 0 | 50 | 8 | 4D | 132 | 42 | E |
| Octal | 73 | 14 | 66 | 0 | 120 | 10 | 115 | 462 | 102 | 16 |
| Binary | 111011 | 1100 | 110110 | 0 | 1010000 | 1000 | 1001101 | 100110010 | 1000010 | 1110 |
Color Harmonies of #3B0C36
Complementary color
Monochromatic Colors of #3B0C36
Black with #3B0C36
Text Example
Text Example
White with #3B0C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0C36; }
p { color: rgb(59,12,54); }
H1.HeaderClassName
{
color: #3B0C36;
}
.AnyTagClassName
{
color: #3B0C36;
}
</style>
background-color css
<style>
a { background-color: #3B0C36; }
a { background-color: rgb(59,12,54); }
div.DivClassName
{
background-color: #3B0C36;
}
.BgClassName
{
background-color: #3B0C36;
}
</style>
border-color css
<style>
span { border-color: #3B0C36; }
span { border-color: rgb(59,12,54); }
td.TdClassName
{
border-color: #3B0C36;
}
.TagClassName
{
border-color: #3B0C36;
}
</style>