Shades of Mardi Gras #3E083B
Tints of Mardi Gras #3E083B
RGB
CMYK
RGB Variations
Color information
#3E083B (or 0x3E083B) is known color: Mardi Gras. HEX triplet: 3E, 08 and 3B. RGB value is (62,8,59). Sum of RGB (Red+Green+Blue) = 62+8+59=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E083B is #C1F7C4. Grayscale: #1D1D1D. Windows color (decimal): -12711877 or 3868734. OLE color: 3868734.
HSL color Cylindrical-coordinate representation of color #3E083B: hue angle of 303.33º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E083B is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 8 | 59 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.76 |
| HSL | 303.33º | 0.77% | 0.14% | - |
| HSV(B) | 303.33º | 0.87% | 0.24% | - |
| XYZ | 2.86 | 1.51 | 4.28 | - |
| YUV | 29.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 59 | 0 | 0.87 | 0.05 | 0.76 | 303.33 | 0.77 | 0.14 |
| Hex | 3E | 8 | 3B | 0 | 57 | 5 | 4C | 12F | 4D | E |
| Octal | 76 | 10 | 73 | 0 | 127 | 5 | 114 | 457 | 115 | 16 |
| Binary | 111110 | 1000 | 111011 | 0 | 1010111 | 101 | 1001100 | 100101111 | 1001101 | 1110 |
Color Harmonies of #3E083B
Complementary color
Monochromatic Colors of #3E083B
Black with #3E083B
Text Example
Text Example
White with #3E083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E083B; }
p { color: rgb(62,8,59); }
H1.HeaderClassName
{
color: #3E083B;
}
.AnyTagClassName
{
color: #3E083B;
}
</style>
background-color css
<style>
a { background-color: #3E083B; }
a { background-color: rgb(62,8,59); }
div.DivClassName
{
background-color: #3E083B;
}
.BgClassName
{
background-color: #3E083B;
}
</style>
border-color css
<style>
span { border-color: #3E083B; }
span { border-color: rgb(62,8,59); }
td.TdClassName
{
border-color: #3E083B;
}
.TagClassName
{
border-color: #3E083B;
}
</style>