Shades of Mardi Gras #39123C
Tints of Mardi Gras #39123C
RGB
CMYK
RGB Variations
Color information
#39123C (or 0x39123C) is known color: Mardi Gras. HEX triplet: 39, 12 and 3C. RGB value is (57,18,60). Sum of RGB (Red+Green+Blue) = 57+18+60=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #39123C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39123C is #C6EDC3. Grayscale: #222222. Windows color (decimal): -13036996 or 3936825. OLE color: 3936825.
HSL color Cylindrical-coordinate representation of color #39123C: hue angle of 295.71º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39123C is Cyan = 0.05, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 18 | 60 | - |
| CMYK | 0.05 | 0.7 | 0 | 0.76 |
| HSL | 295.71º | 0.54% | 0.15% | - |
| HSV(B) | 295.71º | 0.7% | 0.24% | - |
| XYZ | 2.72 | 1.63 | 4.45 | - |
| YUV | 34.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 60 | 0.05 | 0.7 | 0 | 0.76 | 295.71 | 0.54 | 0.15 |
| Hex | 39 | 12 | 3C | 5 | 46 | 0 | 4C | 128 | 36 | F |
| Octal | 71 | 22 | 74 | 5 | 106 | 0 | 114 | 450 | 66 | 17 |
| Binary | 111001 | 10010 | 111100 | 101 | 1000110 | 0 | 1001100 | 100101000 | 110110 | 1111 |
Color Harmonies of #39123C
Complementary color
Monochromatic Colors of #39123C
Black with #39123C
Text Example
Text Example
White with #39123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39123C; }
p { color: rgb(57,18,60); }
H1.HeaderClassName
{
color: #39123C;
}
.AnyTagClassName
{
color: #39123C;
}
</style>
background-color css
<style>
a { background-color: #39123C; }
a { background-color: rgb(57,18,60); }
div.DivClassName
{
background-color: #39123C;
}
.BgClassName
{
background-color: #39123C;
}
</style>
border-color css
<style>
span { border-color: #39123C; }
span { border-color: rgb(57,18,60); }
td.TdClassName
{
border-color: #39123C;
}
.TagClassName
{
border-color: #39123C;
}
</style>