Shades of Mardi Gras #3B1A3C
Tints of Mardi Gras #3B1A3C
RGB
CMYK
RGB Variations
Color information
#3B1A3C (or 0x3B1A3C) is known color: Mardi Gras. HEX triplet: 3B, 1A and 3C. RGB value is (59,26,60). Sum of RGB (Red+Green+Blue) = 59+26+60=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B1A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1A3C is #C4E5C3. Grayscale: #272727. Windows color (decimal): -12903876 or 3938875. OLE color: 3938875.
HSL color Cylindrical-coordinate representation of color #3B1A3C: hue angle of 298.24º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B1A3C is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 26 | 60 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.76 |
| HSL | 298.24º | 0.4% | 0.17% | - |
| HSV(B) | 298.24º | 0.57% | 0.24% | - |
| XYZ | 2.99 | 1.99 | 4.5 | - |
| YUV | 39.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 60 | 0.02 | 0.57 | 0 | 0.76 | 298.24 | 0.4 | 0.17 |
| Hex | 3B | 1A | 3C | 2 | 39 | 0 | 4C | 12A | 28 | 11 |
| Octal | 73 | 32 | 74 | 2 | 71 | 0 | 114 | 452 | 50 | 21 |
| Binary | 111011 | 11010 | 111100 | 10 | 111001 | 0 | 1001100 | 100101010 | 101000 | 10001 |
Color Harmonies of #3B1A3C
Complementary color
Monochromatic Colors of #3B1A3C
Black with #3B1A3C
Text Example
Text Example
White with #3B1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A3C; }
p { color: rgb(59,26,60); }
H1.HeaderClassName
{
color: #3B1A3C;
}
.AnyTagClassName
{
color: #3B1A3C;
}
</style>
background-color css
<style>
a { background-color: #3B1A3C; }
a { background-color: rgb(59,26,60); }
div.DivClassName
{
background-color: #3B1A3C;
}
.BgClassName
{
background-color: #3B1A3C;
}
</style>
border-color css
<style>
span { border-color: #3B1A3C; }
span { border-color: rgb(59,26,60); }
td.TdClassName
{
border-color: #3B1A3C;
}
.TagClassName
{
border-color: #3B1A3C;
}
</style>