Shades of Mardi Gras #3E123B
Tints of Mardi Gras #3E123B
RGB
CMYK
RGB Variations
Color information
#3E123B (or 0x3E123B) is known color: Mardi Gras. HEX triplet: 3E, 12 and 3B. RGB value is (62,18,59). Sum of RGB (Red+Green+Blue) = 62+18+59=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E123B is #C1EDC4. Grayscale: #232323. Windows color (decimal): -12709317 or 3871294. OLE color: 3871294.
HSL color Cylindrical-coordinate representation of color #3E123B: hue angle of 304.09º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E123B is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 59 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.76 |
| HSL | 304.09º | 0.55% | 0.16% | - |
| HSV(B) | 304.09º | 0.71% | 0.24% | - |
| XYZ | 2.99 | 1.77 | 4.32 | - |
| YUV | 35.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 59 | 0 | 0.71 | 0.05 | 0.76 | 304.09 | 0.55 | 0.16 |
| Hex | 3E | 12 | 3B | 0 | 47 | 5 | 4C | 130 | 37 | 10 |
| Octal | 76 | 22 | 73 | 0 | 107 | 5 | 114 | 460 | 67 | 20 |
| Binary | 111110 | 10010 | 111011 | 0 | 1000111 | 101 | 1001100 | 100110000 | 110111 | 10000 |
Color Harmonies of #3E123B
Complementary color
Monochromatic Colors of #3E123B
Black with #3E123B
Text Example
Text Example
White with #3E123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E123B; }
p { color: rgb(62,18,59); }
H1.HeaderClassName
{
color: #3E123B;
}
.AnyTagClassName
{
color: #3E123B;
}
</style>
background-color css
<style>
a { background-color: #3E123B; }
a { background-color: rgb(62,18,59); }
div.DivClassName
{
background-color: #3E123B;
}
.BgClassName
{
background-color: #3E123B;
}
</style>
border-color css
<style>
span { border-color: #3E123B; }
span { border-color: rgb(62,18,59); }
td.TdClassName
{
border-color: #3E123B;
}
.TagClassName
{
border-color: #3E123B;
}
</style>