Shades of Mardi Gras #39003E
Tints of Mardi Gras #39003E
RGB
CMYK
RGB Variations
Color information
#39003E (or 0x39003E) is known color: Mardi Gras. HEX triplet: 39, 00 and 3E. RGB value is (57,0,62). Sum of RGB (Red+Green+Blue) = 57+0+62=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #39003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39003E is #C6FFC1. Grayscale: #171717. Windows color (decimal): -13041602 or 4063289. OLE color: 4063289.
HSL color Cylindrical-coordinate representation of color #39003E: hue angle of 295.16º 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 #39003E is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 0 | 62 | - |
| CMYK | 0.08 | 1 | 0 | 0.76 |
| HSL | 295.16º | 1% | 0.12% | - |
| HSV(B) | 295.16º | 1% | 0.24% | - |
| XYZ | 2.56 | 1.22 | 4.66 | - |
| YUV | 24.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 62 | 0.08 | 1 | 0 | 0.76 | 295.16 | 1 | 0.12 |
| Hex | 39 | 0 | 3E | 8 | 64 | 0 | 4C | 127 | 64 | C |
| Octal | 71 | 0 | 76 | 10 | 144 | 0 | 114 | 447 | 144 | 14 |
| Binary | 111001 | 0 | 111110 | 1000 | 1100100 | 0 | 1001100 | 100100111 | 1100100 | 1100 |
Color Harmonies of #39003E
Complementary color
Monochromatic Colors of #39003E
Black with #39003E
Text Example
Text Example
White with #39003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39003E; }
p { color: rgb(57,0,62); }
H1.HeaderClassName
{
color: #39003E;
}
.AnyTagClassName
{
color: #39003E;
}
</style>
background-color css
<style>
a { background-color: #39003E; }
a { background-color: rgb(57,0,62); }
div.DivClassName
{
background-color: #39003E;
}
.BgClassName
{
background-color: #39003E;
}
</style>
border-color css
<style>
span { border-color: #39003E; }
span { border-color: rgb(57,0,62); }
td.TdClassName
{
border-color: #39003E;
}
.TagClassName
{
border-color: #39003E;
}
</style>