Shades of Mardi Gras #3E103E
Tints of Mardi Gras #3E103E
RGB
CMYK
RGB Variations
Color information
#3E103E (or 0x3E103E) is known color: Mardi Gras. HEX triplet: 3E, 10 and 3E. RGB value is (62,16,62). Sum of RGB (Red+Green+Blue) = 62+16+62=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 62 - color contains mainly: red, blue. Hex color #3E103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E103E is #C1EFC1. Grayscale: #222222. Windows color (decimal): -12709826 or 4067390. OLE color: 4067390.
HSL color Cylindrical-coordinate representation of color #3E103E: hue angle of 300º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E103E is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 62 | - |
| CMYK | 0 | 0.74 | 0 | 0.76 |
| HSL | 300º | 0.59% | 0.15% | - |
| HSV(B) | 300º | 0.74% | 0.24% | - |
| XYZ | 3.04 | 1.74 | 4.73 | - |
| YUV | 35 | 143.24 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 62 | 0 | 0.74 | 0 | 0.76 | 300 | 0.59 | 0.15 |
| Hex | 3E | 10 | 3E | 0 | 4A | 0 | 4C | 12C | 3B | F |
| Octal | 76 | 20 | 76 | 0 | 112 | 0 | 114 | 454 | 73 | 17 |
| Binary | 111110 | 10000 | 111110 | 0 | 1001010 | 0 | 1001100 | 100101100 | 111011 | 1111 |
Color Harmonies of #3E103E
Complementary color
Monochromatic Colors of #3E103E
Black with #3E103E
Text Example
Text Example
White with #3E103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E103E; }
p { color: rgb(62,16,62); }
H1.HeaderClassName
{
color: #3E103E;
}
.AnyTagClassName
{
color: #3E103E;
}
</style>
background-color css
<style>
a { background-color: #3E103E; }
a { background-color: rgb(62,16,62); }
div.DivClassName
{
background-color: #3E103E;
}
.BgClassName
{
background-color: #3E103E;
}
</style>
border-color css
<style>
span { border-color: #3E103E; }
span { border-color: rgb(62,16,62); }
td.TdClassName
{
border-color: #3E103E;
}
.TagClassName
{
border-color: #3E103E;
}
</style>