Shades of Mardi Gras #3B1C3F
Tints of Mardi Gras #3B1C3F
RGB
CMYK
RGB Variations
Color information
#3B1C3F (or 0x3B1C3F) is known color: Mardi Gras. HEX triplet: 3B, 1C and 3F. RGB value is (59,28,63). Sum of RGB (Red+Green+Blue) = 59+28+63=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B1C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1C3F is #C4E3C0. Grayscale: #292929. Windows color (decimal): -12903361 or 4135995. OLE color: 4135995.
HSL color Cylindrical-coordinate representation of color #3B1C3F: hue angle of 293.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B1C3F is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 28 | 63 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.75 |
| HSL | 293.14º | 0.38% | 0.18% | - |
| HSV(B) | 293.14º | 0.56% | 0.25% | - |
| XYZ | 3.12 | 2.12 | 4.95 | - |
| YUV | 41.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 63 | 0.06 | 0.56 | 0 | 0.75 | 293.14 | 0.38 | 0.18 |
| Hex | 3B | 1C | 3F | 6 | 38 | 0 | 4B | 125 | 26 | 12 |
| Octal | 73 | 34 | 77 | 6 | 70 | 0 | 113 | 445 | 46 | 22 |
| Binary | 111011 | 11100 | 111111 | 110 | 111000 | 0 | 1001011 | 100100101 | 100110 | 10010 |
Color Harmonies of #3B1C3F
Complementary color
Monochromatic Colors of #3B1C3F
Black with #3B1C3F
Text Example
Text Example
White with #3B1C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1C3F; }
p { color: rgb(59,28,63); }
H1.HeaderClassName
{
color: #3B1C3F;
}
.AnyTagClassName
{
color: #3B1C3F;
}
</style>
background-color css
<style>
a { background-color: #3B1C3F; }
a { background-color: rgb(59,28,63); }
div.DivClassName
{
background-color: #3B1C3F;
}
.BgClassName
{
background-color: #3B1C3F;
}
</style>
border-color css
<style>
span { border-color: #3B1C3F; }
span { border-color: rgb(59,28,63); }
td.TdClassName
{
border-color: #3B1C3F;
}
.TagClassName
{
border-color: #3B1C3F;
}
</style>