Shades of Mardi Gras #39123A
Tints of Mardi Gras #39123A
RGB
CMYK
RGB Variations
Color information
#39123A (or 0x39123A) is known color: Mardi Gras. HEX triplet: 39, 12 and 3A. RGB value is (57,18,58). Sum of RGB (Red+Green+Blue) = 57+18+58=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #39123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39123A is #C6EDC5. Grayscale: #222222. Windows color (decimal): -13036998 or 3805753. OLE color: 3805753.
HSL color Cylindrical-coordinate representation of color #39123A: hue angle of 298.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39123A is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 18 | 58 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.77 |
| HSL | 298.5º | 0.53% | 0.15% | - |
| HSV(B) | 298.5º | 0.69% | 0.23% | - |
| XYZ | 2.67 | 1.61 | 4.17 | - |
| YUV | 34.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 58 | 0.02 | 0.69 | 0 | 0.77 | 298.5 | 0.53 | 0.15 |
| Hex | 39 | 12 | 3A | 2 | 45 | 0 | 4D | 12A | 35 | F |
| Octal | 71 | 22 | 72 | 2 | 105 | 0 | 115 | 452 | 65 | 17 |
| Binary | 111001 | 10010 | 111010 | 10 | 1000101 | 0 | 1001101 | 100101010 | 110101 | 1111 |
Color Harmonies of #39123A
Complementary color
Monochromatic Colors of #39123A
Black with #39123A
Text Example
Text Example
White with #39123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39123A; }
p { color: rgb(57,18,58); }
H1.HeaderClassName
{
color: #39123A;
}
.AnyTagClassName
{
color: #39123A;
}
</style>
background-color css
<style>
a { background-color: #39123A; }
a { background-color: rgb(57,18,58); }
div.DivClassName
{
background-color: #39123A;
}
.BgClassName
{
background-color: #39123A;
}
</style>
border-color css
<style>
span { border-color: #39123A; }
span { border-color: rgb(57,18,58); }
td.TdClassName
{
border-color: #39123A;
}
.TagClassName
{
border-color: #39123A;
}
</style>