Shades of Mardi Gras #3E003D
Tints of Mardi Gras #3E003D
RGB
CMYK
RGB Variations
Color information
#3E003D (or 0x3E003D) is known color: Mardi Gras. HEX triplet: 3E, 00 and 3D. RGB value is (62,0,61). Sum of RGB (Red+Green+Blue) = 62+0+61=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E003D is #C1FFC2. Grayscale: #191919. Windows color (decimal): -12713923 or 3997758. OLE color: 3997758.
HSL color Cylindrical-coordinate representation of color #3E003D: hue angle of 300.97º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E003D is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.02 | 0.76 |
| HSL | 300.97º | 1% | 0.12% | - |
| HSV(B) | 300.97º | 1% | 0.24% | - |
| XYZ | 2.83 | 1.36 | 4.53 | - |
| YUV | 25.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 61 | 0 | 1 | 0.02 | 0.76 | 300.97 | 1 | 0.12 |
| Hex | 3E | 0 | 3D | 0 | 64 | 2 | 4C | 12D | 64 | C |
| Octal | 76 | 0 | 75 | 0 | 144 | 2 | 114 | 455 | 144 | 14 |
| Binary | 111110 | 0 | 111101 | 0 | 1100100 | 10 | 1001100 | 100101101 | 1100100 | 1100 |
Color Harmonies of #3E003D
Complementary color
Monochromatic Colors of #3E003D
Black with #3E003D
Text Example
Text Example
White with #3E003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E003D; }
p { color: rgb(62,0,61); }
H1.HeaderClassName
{
color: #3E003D;
}
.AnyTagClassName
{
color: #3E003D;
}
</style>
background-color css
<style>
a { background-color: #3E003D; }
a { background-color: rgb(62,0,61); }
div.DivClassName
{
background-color: #3E003D;
}
.BgClassName
{
background-color: #3E003D;
}
</style>
border-color css
<style>
span { border-color: #3E003D; }
span { border-color: rgb(62,0,61); }
td.TdClassName
{
border-color: #3E003D;
}
.TagClassName
{
border-color: #3E003D;
}
</style>