Shades of Mardi Gras #3E0B41
Tints of Mardi Gras #3E0B41
RGB
CMYK
RGB Variations
Color information
#3E0B41 (or 0x3E0B41) is known color: Mardi Gras. HEX triplet: 3E, 0B and 41. RGB value is (62,11,65). Sum of RGB (Red+Green+Blue) = 62+11+65=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E0B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B41 is #C1F4BE. Grayscale: #202020. Windows color (decimal): -12711103 or 4262718. OLE color: 4262718.
HSL color Cylindrical-coordinate representation of color #3E0B41: hue angle of 296.67º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E0B41 is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 11 | 65 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.75 |
| HSL | 296.67º | 0.71% | 0.15% | - |
| HSV(B) | 296.67º | 0.83% | 0.25% | - |
| XYZ | 3.06 | 1.65 | 5.16 | - |
| YUV | 32.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 65 | 0.05 | 0.83 | 0 | 0.75 | 296.67 | 0.71 | 0.15 |
| Hex | 3E | B | 41 | 5 | 53 | 0 | 4B | 129 | 47 | F |
| Octal | 76 | 13 | 101 | 5 | 123 | 0 | 113 | 451 | 107 | 17 |
| Binary | 111110 | 1011 | 1000001 | 101 | 1010011 | 0 | 1001011 | 100101001 | 1000111 | 1111 |
Color Harmonies of #3E0B41
Complementary color
Monochromatic Colors of #3E0B41
Black with #3E0B41
Text Example
Text Example
White with #3E0B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B41; }
p { color: rgb(62,11,65); }
H1.HeaderClassName
{
color: #3E0B41;
}
.AnyTagClassName
{
color: #3E0B41;
}
</style>
background-color css
<style>
a { background-color: #3E0B41; }
a { background-color: rgb(62,11,65); }
div.DivClassName
{
background-color: #3E0B41;
}
.BgClassName
{
background-color: #3E0B41;
}
</style>
border-color css
<style>
span { border-color: #3E0B41; }
span { border-color: rgb(62,11,65); }
td.TdClassName
{
border-color: #3E0B41;
}
.TagClassName
{
border-color: #3E0B41;
}
</style>