Shades of Mardi Gras #3E183C
Tints of Mardi Gras #3E183C
RGB
CMYK
RGB Variations
Color information
#3E183C (or 0x3E183C) is known color: Mardi Gras. HEX triplet: 3E, 18 and 3C. RGB value is (62,24,60). Sum of RGB (Red+Green+Blue) = 62+24+60=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E183C is #C1E7C3. Grayscale: #272727. Windows color (decimal): -12707780 or 3938366. OLE color: 3938366.
HSL color Cylindrical-coordinate representation of color #3E183C: hue angle of 303.16º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E183C is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 60 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.76 |
| HSL | 303.16º | 0.44% | 0.17% | - |
| HSV(B) | 303.16º | 0.61% | 0.24% | - |
| XYZ | 3.13 | 2 | 4.5 | - |
| YUV | 39.47 | 139.59 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 60 | 0 | 0.61 | 0.03 | 0.76 | 303.16 | 0.44 | 0.17 |
| Hex | 3E | 18 | 3C | 0 | 3D | 3 | 4C | 12F | 2C | 11 |
| Octal | 76 | 30 | 74 | 0 | 75 | 3 | 114 | 457 | 54 | 21 |
| Binary | 111110 | 11000 | 111100 | 0 | 111101 | 11 | 1001100 | 100101111 | 101100 | 10001 |
Color Harmonies of #3E183C
Complementary color
Monochromatic Colors of #3E183C
Black with #3E183C
Text Example
Text Example
White with #3E183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E183C; }
p { color: rgb(62,24,60); }
H1.HeaderClassName
{
color: #3E183C;
}
.AnyTagClassName
{
color: #3E183C;
}
</style>
background-color css
<style>
a { background-color: #3E183C; }
a { background-color: rgb(62,24,60); }
div.DivClassName
{
background-color: #3E183C;
}
.BgClassName
{
background-color: #3E183C;
}
</style>
border-color css
<style>
span { border-color: #3E183C; }
span { border-color: rgb(62,24,60); }
td.TdClassName
{
border-color: #3E183C;
}
.TagClassName
{
border-color: #3E183C;
}
</style>