Shades of Mardi Gras #3B1135
Tints of Mardi Gras #3B1135
RGB
CMYK
RGB Variations
Color information
#3B1135 (or 0x3B1135) is known color: Mardi Gras. HEX triplet: 3B, 11 and 35. RGB value is (59,17,53). Sum of RGB (Red+Green+Blue) = 59+17+53=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1135 is #C4EECA. Grayscale: #212121. Windows color (decimal): -12906187 or 3477819. OLE color: 3477819.
HSL color Cylindrical-coordinate representation of color #3B1135: hue angle of 308.57º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B1135 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 53 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.77 |
| HSL | 308.57º | 0.55% | 0.15% | - |
| HSV(B) | 308.57º | 0.71% | 0.23% | - |
| XYZ | 2.65 | 1.59 | 3.54 | - |
| YUV | 33.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 53 | 0 | 0.71 | 0.10 | 0.77 | 308.57 | 0.55 | 0.15 |
| Hex | 3B | 11 | 35 | 0 | 47 | A | 4D | 135 | 37 | F |
| Octal | 73 | 21 | 65 | 0 | 107 | 12 | 115 | 465 | 67 | 17 |
| Binary | 111011 | 10001 | 110101 | 0 | 1000111 | 1010 | 1001101 | 100110101 | 110111 | 1111 |
Color Harmonies of #3B1135
Complementary color
Monochromatic Colors of #3B1135
Black with #3B1135
Text Example
Text Example
White with #3B1135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1135; }
p { color: rgb(59,17,53); }
H1.HeaderClassName
{
color: #3B1135;
}
.AnyTagClassName
{
color: #3B1135;
}
</style>
background-color css
<style>
a { background-color: #3B1135; }
a { background-color: rgb(59,17,53); }
div.DivClassName
{
background-color: #3B1135;
}
.BgClassName
{
background-color: #3B1135;
}
</style>
border-color css
<style>
span { border-color: #3B1135; }
span { border-color: rgb(59,17,53); }
td.TdClassName
{
border-color: #3B1135;
}
.TagClassName
{
border-color: #3B1135;
}
</style>