Shades of Mardi Gras #3E153B
Tints of Mardi Gras #3E153B
RGB
CMYK
RGB Variations
Color information
#3E153B (or 0x3E153B) is known color: Mardi Gras. HEX triplet: 3E, 15 and 3B. RGB value is (62,21,59). Sum of RGB (Red+Green+Blue) = 62+21+59=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E153B is #C1EAC4. Grayscale: #252525. Windows color (decimal): -12708549 or 3872062. OLE color: 3872062.
HSL color Cylindrical-coordinate representation of color #3E153B: hue angle of 304.39º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E153B is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 59 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.76 |
| HSL | 304.39º | 0.49% | 0.16% | - |
| HSV(B) | 304.39º | 0.66% | 0.24% | - |
| XYZ | 3.04 | 1.88 | 4.34 | - |
| YUV | 37.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 59 | 0 | 0.66 | 0.05 | 0.76 | 304.39 | 0.49 | 0.16 |
| Hex | 3E | 15 | 3B | 0 | 42 | 5 | 4C | 130 | 31 | 10 |
| Octal | 76 | 25 | 73 | 0 | 102 | 5 | 114 | 460 | 61 | 20 |
| Binary | 111110 | 10101 | 111011 | 0 | 1000010 | 101 | 1001100 | 100110000 | 110001 | 10000 |
Color Harmonies of #3E153B
Complementary color
Monochromatic Colors of #3E153B
Black with #3E153B
Text Example
Text Example
White with #3E153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E153B; }
p { color: rgb(62,21,59); }
H1.HeaderClassName
{
color: #3E153B;
}
.AnyTagClassName
{
color: #3E153B;
}
</style>
background-color css
<style>
a { background-color: #3E153B; }
a { background-color: rgb(62,21,59); }
div.DivClassName
{
background-color: #3E153B;
}
.BgClassName
{
background-color: #3E153B;
}
</style>
border-color css
<style>
span { border-color: #3E153B; }
span { border-color: rgb(62,21,59); }
td.TdClassName
{
border-color: #3E153B;
}
.TagClassName
{
border-color: #3E153B;
}
</style>