Shades of Mardi Gras #3E0B3C
Tints of Mardi Gras #3E0B3C
RGB
CMYK
RGB Variations
Color information
#3E0B3C (or 0x3E0B3C) is known color: Mardi Gras. HEX triplet: 3E, 0B and 3C. RGB value is (62,11,60). Sum of RGB (Red+Green+Blue) = 62+11+60=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B3C is #C1F4C3. Grayscale: #1F1F1F. Windows color (decimal): -12711108 or 3935038. OLE color: 3935038.
HSL color Cylindrical-coordinate representation of color #3E0B3C: hue angle of 302.35º 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 #3E0B3C is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 11 | 60 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.76 |
| HSL | 302.35º | 0.7% | 0.14% | - |
| HSV(B) | 302.35º | 0.82% | 0.24% | - |
| XYZ | 2.92 | 1.59 | 4.43 | - |
| YUV | 31.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 60 | 0 | 0.82 | 0.03 | 0.76 | 302.35 | 0.7 | 0.14 |
| Hex | 3E | B | 3C | 0 | 52 | 3 | 4C | 12E | 46 | E |
| Octal | 76 | 13 | 74 | 0 | 122 | 3 | 114 | 456 | 106 | 16 |
| Binary | 111110 | 1011 | 111100 | 0 | 1010010 | 11 | 1001100 | 100101110 | 1000110 | 1110 |
Color Harmonies of #3E0B3C
Complementary color
Monochromatic Colors of #3E0B3C
Black with #3E0B3C
Text Example
Text Example
White with #3E0B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B3C; }
p { color: rgb(62,11,60); }
H1.HeaderClassName
{
color: #3E0B3C;
}
.AnyTagClassName
{
color: #3E0B3C;
}
</style>
background-color css
<style>
a { background-color: #3E0B3C; }
a { background-color: rgb(62,11,60); }
div.DivClassName
{
background-color: #3E0B3C;
}
.BgClassName
{
background-color: #3E0B3C;
}
</style>
border-color css
<style>
span { border-color: #3E0B3C; }
span { border-color: rgb(62,11,60); }
td.TdClassName
{
border-color: #3E0B3C;
}
.TagClassName
{
border-color: #3E0B3C;
}
</style>