Shades of Mardi Gras #3E1B3F
Tints of Mardi Gras #3E1B3F
RGB
CMYK
RGB Variations
Color information
#3E1B3F (or 0x3E1B3F) is known color: Mardi Gras. HEX triplet: 3E, 1B and 3F. RGB value is (62,27,63). Sum of RGB (Red+Green+Blue) = 62+27+63=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E1B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B3F is #C1E4C0. Grayscale: #292929. Windows color (decimal): -12707009 or 4135742. OLE color: 4135742.
HSL color Cylindrical-coordinate representation of color #3E1B3F: hue angle of 298.33º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E1B3F is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 27 | 63 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.75 |
| HSL | 298.33º | 0.4% | 0.18% | - |
| HSV(B) | 298.33º | 0.57% | 0.25% | - |
| XYZ | 3.28 | 2.17 | 4.95 | - |
| YUV | 41.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 63 | 0.02 | 0.57 | 0 | 0.75 | 298.33 | 0.4 | 0.18 |
| Hex | 3E | 1B | 3F | 2 | 39 | 0 | 4B | 12A | 28 | 12 |
| Octal | 76 | 33 | 77 | 2 | 71 | 0 | 113 | 452 | 50 | 22 |
| Binary | 111110 | 11011 | 111111 | 10 | 111001 | 0 | 1001011 | 100101010 | 101000 | 10010 |
Color Harmonies of #3E1B3F
Complementary color
Monochromatic Colors of #3E1B3F
Black with #3E1B3F
Text Example
Text Example
White with #3E1B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B3F; }
p { color: rgb(62,27,63); }
H1.HeaderClassName
{
color: #3E1B3F;
}
.AnyTagClassName
{
color: #3E1B3F;
}
</style>
background-color css
<style>
a { background-color: #3E1B3F; }
a { background-color: rgb(62,27,63); }
div.DivClassName
{
background-color: #3E1B3F;
}
.BgClassName
{
background-color: #3E1B3F;
}
</style>
border-color css
<style>
span { border-color: #3E1B3F; }
span { border-color: rgb(62,27,63); }
td.TdClassName
{
border-color: #3E1B3F;
}
.TagClassName
{
border-color: #3E1B3F;
}
</style>