Shades of Mardi Gras #39243D
Tints of Mardi Gras #39243D
RGB
CMYK
RGB Variations
Color information
#39243D (or 0x39243D) is known color: Mardi Gras. HEX triplet: 39, 24 and 3D. RGB value is (57,36,61). Sum of RGB (Red+Green+Blue) = 57+36+61=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #39243D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39243D is #C6DBC2. Grayscale: #2D2D2D. Windows color (decimal): -13032387 or 4006969. OLE color: 4006969.
HSL color Cylindrical-coordinate representation of color #39243D: hue angle of 290.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39243D is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 36 | 61 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.76 |
| HSL | 290.4º | 0.26% | 0.19% | - |
| HSV(B) | 290.4º | 0.41% | 0.24% | - |
| XYZ | 3.16 | 2.47 | 4.72 | - |
| YUV | 45.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 61 | 0.07 | 0.41 | 0 | 0.76 | 290.4 | 0.26 | 0.19 |
| Hex | 39 | 24 | 3D | 7 | 29 | 0 | 4C | 122 | 1A | 13 |
| Octal | 71 | 44 | 75 | 7 | 51 | 0 | 114 | 442 | 32 | 23 |
| Binary | 111001 | 100100 | 111101 | 111 | 101001 | 0 | 1001100 | 100100010 | 11010 | 10011 |
Color Harmonies of #39243D
Complementary color
Monochromatic Colors of #39243D
Black with #39243D
Text Example
Text Example
White with #39243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39243D; }
p { color: rgb(57,36,61); }
H1.HeaderClassName
{
color: #39243D;
}
.AnyTagClassName
{
color: #39243D;
}
</style>
background-color css
<style>
a { background-color: #39243D; }
a { background-color: rgb(57,36,61); }
div.DivClassName
{
background-color: #39243D;
}
.BgClassName
{
background-color: #39243D;
}
</style>
border-color css
<style>
span { border-color: #39243D; }
span { border-color: rgb(57,36,61); }
td.TdClassName
{
border-color: #39243D;
}
.TagClassName
{
border-color: #39243D;
}
</style>