Shades of Mardi Gras #3B0E3C
Tints of Mardi Gras #3B0E3C
RGB
CMYK
RGB Variations
Color information
#3B0E3C (or 0x3B0E3C) is known color: Mardi Gras. HEX triplet: 3B, 0E and 3C. RGB value is (59,14,60). Sum of RGB (Red+Green+Blue) = 59+14+60=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B0E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0E3C is #C4F1C3. Grayscale: #202020. Windows color (decimal): -12906948 or 3935803. OLE color: 3935803.
HSL color Cylindrical-coordinate representation of color #3B0E3C: hue angle of 298.7º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B0E3C is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 14 | 60 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.76 |
| HSL | 298.7º | 0.62% | 0.15% | - |
| HSV(B) | 298.7º | 0.77% | 0.24% | - |
| XYZ | 2.78 | 1.57 | 4.43 | - |
| YUV | 32.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 14 | 60 | 0.02 | 0.77 | 0 | 0.76 | 298.7 | 0.62 | 0.15 |
| Hex | 3B | E | 3C | 2 | 4D | 0 | 4C | 12B | 3E | F |
| Octal | 73 | 16 | 74 | 2 | 115 | 0 | 114 | 453 | 76 | 17 |
| Binary | 111011 | 1110 | 111100 | 10 | 1001101 | 0 | 1001100 | 100101011 | 111110 | 1111 |
Color Harmonies of #3B0E3C
Complementary color
Monochromatic Colors of #3B0E3C
Black with #3B0E3C
Text Example
Text Example
White with #3B0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0E3C; }
p { color: rgb(59,14,60); }
H1.HeaderClassName
{
color: #3B0E3C;
}
.AnyTagClassName
{
color: #3B0E3C;
}
</style>
background-color css
<style>
a { background-color: #3B0E3C; }
a { background-color: rgb(59,14,60); }
div.DivClassName
{
background-color: #3B0E3C;
}
.BgClassName
{
background-color: #3B0E3C;
}
</style>
border-color css
<style>
span { border-color: #3B0E3C; }
span { border-color: rgb(59,14,60); }
td.TdClassName
{
border-color: #3B0E3C;
}
.TagClassName
{
border-color: #3B0E3C;
}
</style>