Shades of Mardi Gras #3E133C
Tints of Mardi Gras #3E133C
RGB
CMYK
RGB Variations
Color information
#3E133C (or 0x3E133C) is known color: Mardi Gras. HEX triplet: 3E, 13 and 3C. RGB value is (62,19,60). Sum of RGB (Red+Green+Blue) = 62+19+60=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E133C is #C1ECC3. Grayscale: #242424. Windows color (decimal): -12709060 or 3937086. OLE color: 3937086.
HSL color Cylindrical-coordinate representation of color #3E133C: hue angle of 302.79º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E133C is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 60 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.76 |
| HSL | 302.79º | 0.53% | 0.16% | - |
| HSV(B) | 302.79º | 0.69% | 0.24% | - |
| XYZ | 3.04 | 1.82 | 4.47 | - |
| YUV | 36.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 60 | 0 | 0.69 | 0.03 | 0.76 | 302.79 | 0.53 | 0.16 |
| Hex | 3E | 13 | 3C | 0 | 45 | 3 | 4C | 12F | 35 | 10 |
| Octal | 76 | 23 | 74 | 0 | 105 | 3 | 114 | 457 | 65 | 20 |
| Binary | 111110 | 10011 | 111100 | 0 | 1000101 | 11 | 1001100 | 100101111 | 110101 | 10000 |
Color Harmonies of #3E133C
Complementary color
Monochromatic Colors of #3E133C
Black with #3E133C
Text Example
Text Example
White with #3E133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E133C; }
p { color: rgb(62,19,60); }
H1.HeaderClassName
{
color: #3E133C;
}
.AnyTagClassName
{
color: #3E133C;
}
</style>
background-color css
<style>
a { background-color: #3E133C; }
a { background-color: rgb(62,19,60); }
div.DivClassName
{
background-color: #3E133C;
}
.BgClassName
{
background-color: #3E133C;
}
</style>
border-color css
<style>
span { border-color: #3E133C; }
span { border-color: rgb(62,19,60); }
td.TdClassName
{
border-color: #3E133C;
}
.TagClassName
{
border-color: #3E133C;
}
</style>