Shades of Mardi Gras #3B133C
Tints of Mardi Gras #3B133C
RGB
CMYK
RGB Variations
Color information
#3B133C (or 0x3B133C) is known color: Mardi Gras. HEX triplet: 3B, 13 and 3C. RGB value is (59,19,60). Sum of RGB (Red+Green+Blue) = 59+19+60=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B133C is #C4ECC3. Grayscale: #232323. Windows color (decimal): -12905668 or 3937083. OLE color: 3937083.
HSL color Cylindrical-coordinate representation of color #3B133C: hue angle of 298.54º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B133C is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 19 | 60 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.76 |
| HSL | 298.54º | 0.52% | 0.15% | - |
| HSV(B) | 298.54º | 0.68% | 0.24% | - |
| XYZ | 2.85 | 1.72 | 4.46 | - |
| YUV | 35.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 60 | 0.02 | 0.68 | 0 | 0.76 | 298.54 | 0.52 | 0.15 |
| Hex | 3B | 13 | 3C | 2 | 44 | 0 | 4C | 12B | 34 | F |
| Octal | 73 | 23 | 74 | 2 | 104 | 0 | 114 | 453 | 64 | 17 |
| Binary | 111011 | 10011 | 111100 | 10 | 1000100 | 0 | 1001100 | 100101011 | 110100 | 1111 |
Color Harmonies of #3B133C
Complementary color
Monochromatic Colors of #3B133C
Black with #3B133C
Text Example
Text Example
White with #3B133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B133C; }
p { color: rgb(59,19,60); }
H1.HeaderClassName
{
color: #3B133C;
}
.AnyTagClassName
{
color: #3B133C;
}
</style>
background-color css
<style>
a { background-color: #3B133C; }
a { background-color: rgb(59,19,60); }
div.DivClassName
{
background-color: #3B133C;
}
.BgClassName
{
background-color: #3B133C;
}
</style>
border-color css
<style>
span { border-color: #3B133C; }
span { border-color: rgb(59,19,60); }
td.TdClassName
{
border-color: #3B133C;
}
.TagClassName
{
border-color: #3B133C;
}
</style>