Shades of Mardi Gras #3E1D3D
Tints of Mardi Gras #3E1D3D
RGB
CMYK
RGB Variations
Color information
#3E1D3D (or 0x3E1D3D) is known color: Mardi Gras. HEX triplet: 3E, 1D and 3D. RGB value is (62,29,61). Sum of RGB (Red+Green+Blue) = 62+29+61=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1D3D is #C1E2C2. Grayscale: #2A2A2A. Windows color (decimal): -12706499 or 4005182. OLE color: 4005182.
HSL color Cylindrical-coordinate representation of color #3E1D3D: hue angle of 301.82º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E1D3D is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 29 | 61 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.76 |
| HSL | 301.82º | 0.36% | 0.18% | - |
| HSV(B) | 301.82º | 0.53% | 0.24% | - |
| XYZ | 3.27 | 2.24 | 4.67 | - |
| YUV | 42.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 29 | 61 | 0 | 0.53 | 0.02 | 0.76 | 301.82 | 0.36 | 0.18 |
| Hex | 3E | 1D | 3D | 0 | 35 | 2 | 4C | 12E | 24 | 12 |
| Octal | 76 | 35 | 75 | 0 | 65 | 2 | 114 | 456 | 44 | 22 |
| Binary | 111110 | 11101 | 111101 | 0 | 110101 | 10 | 1001100 | 100101110 | 100100 | 10010 |
Color Harmonies of #3E1D3D
Complementary color
Monochromatic Colors of #3E1D3D
Black with #3E1D3D
Text Example
Text Example
White with #3E1D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1D3D; }
p { color: rgb(62,29,61); }
H1.HeaderClassName
{
color: #3E1D3D;
}
.AnyTagClassName
{
color: #3E1D3D;
}
</style>
background-color css
<style>
a { background-color: #3E1D3D; }
a { background-color: rgb(62,29,61); }
div.DivClassName
{
background-color: #3E1D3D;
}
.BgClassName
{
background-color: #3E1D3D;
}
</style>
border-color css
<style>
span { border-color: #3E1D3D; }
span { border-color: rgb(62,29,61); }
td.TdClassName
{
border-color: #3E1D3D;
}
.TagClassName
{
border-color: #3E1D3D;
}
</style>