Shades of Mardi Gras #39103D
Tints of Mardi Gras #39103D
RGB
CMYK
RGB Variations
Color information
#39103D (or 0x39103D) is known color: Mardi Gras. HEX triplet: 39, 10 and 3D. RGB value is (57,16,61). Sum of RGB (Red+Green+Blue) = 57+16+61=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #39103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39103D is #C6EFC2. Grayscale: #212121. Windows color (decimal): -13037507 or 4001849. OLE color: 4001849.
HSL color Cylindrical-coordinate representation of color #39103D: hue angle of 294.67º degrees, saturation: 0.58, 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 #39103D is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 16 | 61 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.76 |
| HSL | 294.67º | 0.58% | 0.15% | - |
| HSV(B) | 294.67º | 0.74% | 0.24% | - |
| XYZ | 2.71 | 1.58 | 4.58 | - |
| YUV | 33.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 16 | 61 | 0.07 | 0.74 | 0 | 0.76 | 294.67 | 0.58 | 0.15 |
| Hex | 39 | 10 | 3D | 7 | 4A | 0 | 4C | 127 | 3A | F |
| Octal | 71 | 20 | 75 | 7 | 112 | 0 | 114 | 447 | 72 | 17 |
| Binary | 111001 | 10000 | 111101 | 111 | 1001010 | 0 | 1001100 | 100100111 | 111010 | 1111 |
Color Harmonies of #39103D
Complementary color
Monochromatic Colors of #39103D
Black with #39103D
Text Example
Text Example
White with #39103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39103D; }
p { color: rgb(57,16,61); }
H1.HeaderClassName
{
color: #39103D;
}
.AnyTagClassName
{
color: #39103D;
}
</style>
background-color css
<style>
a { background-color: #39103D; }
a { background-color: rgb(57,16,61); }
div.DivClassName
{
background-color: #39103D;
}
.BgClassName
{
background-color: #39103D;
}
</style>
border-color css
<style>
span { border-color: #39103D; }
span { border-color: rgb(57,16,61); }
td.TdClassName
{
border-color: #39103D;
}
.TagClassName
{
border-color: #39103D;
}
</style>