Shades of Mardi Gras #3E0B36
Tints of Mardi Gras #3E0B36
RGB
CMYK
RGB Variations
Color information
#3E0B36 (or 0x3E0B36) is known color: Mardi Gras. HEX triplet: 3E, 0B and 36. RGB value is (62,11,54). Sum of RGB (Red+Green+Blue) = 62+11+54=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B36 is #C1F4C9. Grayscale: #1F1F1F. Windows color (decimal): -12711114 or 3541822. OLE color: 3541822.
HSL color Cylindrical-coordinate representation of color #3E0B36: hue angle of 309.41º 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 #3E0B36 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 11 | 54 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.76 |
| HSL | 309.41º | 0.7% | 0.14% | - |
| HSV(B) | 309.41º | 0.82% | 0.24% | - |
| XYZ | 2.77 | 1.53 | 3.64 | - |
| YUV | 31.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 54 | 0 | 0.82 | 0.13 | 0.76 | 309.41 | 0.7 | 0.14 |
| Hex | 3E | B | 36 | 0 | 52 | D | 4C | 135 | 46 | E |
| Octal | 76 | 13 | 66 | 0 | 122 | 15 | 114 | 465 | 106 | 16 |
| Binary | 111110 | 1011 | 110110 | 0 | 1010010 | 1101 | 1001100 | 100110101 | 1000110 | 1110 |
Color Harmonies of #3E0B36
Complementary color
Monochromatic Colors of #3E0B36
Black with #3E0B36
Text Example
Text Example
White with #3E0B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B36; }
p { color: rgb(62,11,54); }
H1.HeaderClassName
{
color: #3E0B36;
}
.AnyTagClassName
{
color: #3E0B36;
}
</style>
background-color css
<style>
a { background-color: #3E0B36; }
a { background-color: rgb(62,11,54); }
div.DivClassName
{
background-color: #3E0B36;
}
.BgClassName
{
background-color: #3E0B36;
}
</style>
border-color css
<style>
span { border-color: #3E0B36; }
span { border-color: rgb(62,11,54); }
td.TdClassName
{
border-color: #3E0B36;
}
.TagClassName
{
border-color: #3E0B36;
}
</style>