Shades of Mardi Gras #39103E
Tints of Mardi Gras #39103E
RGB
CMYK
RGB Variations
Color information
#39103E (or 0x39103E) is known color: Mardi Gras. HEX triplet: 39, 10 and 3E. RGB value is (57,16,62). Sum of RGB (Red+Green+Blue) = 57+16+62=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #39103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39103E is #C6EFC1. Grayscale: #212121. Windows color (decimal): -13037506 or 4067385. OLE color: 4067385.
HSL color Cylindrical-coordinate representation of color #39103E: hue angle of 293.48º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39103E is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 16 | 62 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.76 |
| HSL | 293.48º | 0.59% | 0.15% | - |
| HSV(B) | 293.48º | 0.74% | 0.24% | - |
| XYZ | 2.74 | 1.59 | 4.72 | - |
| YUV | 33.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 16 | 62 | 0.08 | 0.74 | 0 | 0.76 | 293.48 | 0.59 | 0.15 |
| Hex | 39 | 10 | 3E | 8 | 4A | 0 | 4C | 125 | 3B | F |
| Octal | 71 | 20 | 76 | 10 | 112 | 0 | 114 | 445 | 73 | 17 |
| Binary | 111001 | 10000 | 111110 | 1000 | 1001010 | 0 | 1001100 | 100100101 | 111011 | 1111 |
Color Harmonies of #39103E
Complementary color
Monochromatic Colors of #39103E
Black with #39103E
Text Example
Text Example
White with #39103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39103E; }
p { color: rgb(57,16,62); }
H1.HeaderClassName
{
color: #39103E;
}
.AnyTagClassName
{
color: #39103E;
}
</style>
background-color css
<style>
a { background-color: #39103E; }
a { background-color: rgb(57,16,62); }
div.DivClassName
{
background-color: #39103E;
}
.BgClassName
{
background-color: #39103E;
}
</style>
border-color css
<style>
span { border-color: #39103E; }
span { border-color: rgb(57,16,62); }
td.TdClassName
{
border-color: #39103E;
}
.TagClassName
{
border-color: #39103E;
}
</style>