Shades of Mardi Gras #3E0B3B
Tints of Mardi Gras #3E0B3B
RGB
CMYK
RGB Variations
Color information
#3E0B3B (or 0x3E0B3B) is known color: Mardi Gras. HEX triplet: 3E, 0B and 3B. RGB value is (62,11,59). Sum of RGB (Red+Green+Blue) = 62+11+59=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 59 (23.44% from 255 or 44.70% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B3B is #C1F4C4. Grayscale: #1F1F1F. Windows color (decimal): -12711109 or 3869502. OLE color: 3869502.
HSL color Cylindrical-coordinate representation of color #3E0B3B: hue angle of 303.53º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0B3B is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 11 | 59 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.76 |
| HSL | 303.53º | 0.7% | 0.14% | - |
| HSV(B) | 303.53º | 0.82% | 0.24% | - |
| XYZ | 2.9 | 1.58 | 4.29 | - |
| YUV | 31.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 59 | 0 | 0.82 | 0.05 | 0.76 | 303.53 | 0.7 | 0.14 |
| Hex | 3E | B | 3B | 0 | 52 | 5 | 4C | 130 | 46 | E |
| Octal | 76 | 13 | 73 | 0 | 122 | 5 | 114 | 460 | 106 | 16 |
| Binary | 111110 | 1011 | 111011 | 0 | 1010010 | 101 | 1001100 | 100110000 | 1000110 | 1110 |
Color Harmonies of #3E0B3B
Complementary color
Monochromatic Colors of #3E0B3B
Black with #3E0B3B
Text Example
Text Example
White with #3E0B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B3B; }
p { color: rgb(62,11,59); }
H1.HeaderClassName
{
color: #3E0B3B;
}
.AnyTagClassName
{
color: #3E0B3B;
}
</style>
background-color css
<style>
a { background-color: #3E0B3B; }
a { background-color: rgb(62,11,59); }
div.DivClassName
{
background-color: #3E0B3B;
}
.BgClassName
{
background-color: #3E0B3B;
}
</style>
border-color css
<style>
span { border-color: #3E0B3B; }
span { border-color: rgb(62,11,59); }
td.TdClassName
{
border-color: #3E0B3B;
}
.TagClassName
{
border-color: #3E0B3B;
}
</style>