Shades of Mardi Gras #3E0338
Tints of Mardi Gras #3E0338
RGB
CMYK
RGB Variations
Color information
#3E0338 (or 0x3E0338) is known color: Mardi Gras. HEX triplet: 3E, 03 and 38. RGB value is (62,3,56). Sum of RGB (Red+Green+Blue) = 62+3+56=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0338 is #C1FCC7. Grayscale: #1A1A1A. Windows color (decimal): -12713160 or 3670846. OLE color: 3670846.
HSL color Cylindrical-coordinate representation of color #3E0338: hue angle of 306.1º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0338 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 56 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.76 |
| HSL | 306.1º | 0.91% | 0.13% | - |
| HSV(B) | 306.1º | 0.95% | 0.24% | - |
| XYZ | 2.73 | 1.37 | 3.86 | - |
| YUV | 26.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 56 | 0 | 0.95 | 0.10 | 0.76 | 306.1 | 0.91 | 0.13 |
| Hex | 3E | 3 | 38 | 0 | 5F | A | 4C | 132 | 5B | D |
| Octal | 76 | 3 | 70 | 0 | 137 | 12 | 114 | 462 | 133 | 15 |
| Binary | 111110 | 11 | 111000 | 0 | 1011111 | 1010 | 1001100 | 100110010 | 1011011 | 1101 |
Color Harmonies of #3E0338
Complementary color
Monochromatic Colors of #3E0338
Black with #3E0338
Text Example
Text Example
White with #3E0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0338; }
p { color: rgb(62,3,56); }
H1.HeaderClassName
{
color: #3E0338;
}
.AnyTagClassName
{
color: #3E0338;
}
</style>
background-color css
<style>
a { background-color: #3E0338; }
a { background-color: rgb(62,3,56); }
div.DivClassName
{
background-color: #3E0338;
}
.BgClassName
{
background-color: #3E0338;
}
</style>
border-color css
<style>
span { border-color: #3E0338; }
span { border-color: rgb(62,3,56); }
td.TdClassName
{
border-color: #3E0338;
}
.TagClassName
{
border-color: #3E0338;
}
</style>