Shades of Martinique #392E49
Tints of Martinique #392E49
RGB
CMYK
RGB Variations
Color information
#392E49 (or 0x392E49) is known color: Martinique. HEX triplet: 39, 2E and 49. RGB value is (57,46,73). Sum of RGB (Red+Green+Blue) = 57+46+73=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #392E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E49 is #C6D1B6. Grayscale: #343434. Windows color (decimal): -13029815 or 4795961. OLE color: 4795961.
HSL color Cylindrical-coordinate representation of color #392E49: hue angle of 264.44º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392E49 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 46 | 73 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.71 |
| HSL | 264.44º | 0.23% | 0.23% | - |
| HSV(B) | 264.44º | 0.37% | 0.29% | - |
| XYZ | 3.87 | 3.3 | 6.74 | - |
| YUV | 52.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 73 | 0.22 | 0.37 | 0 | 0.71 | 264.44 | 0.23 | 0.23 |
| Hex | 39 | 2E | 49 | 16 | 25 | 0 | 47 | 108 | 17 | 17 |
| Octal | 71 | 56 | 111 | 26 | 45 | 0 | 107 | 410 | 27 | 27 |
| Binary | 111001 | 101110 | 1001001 | 10110 | 100101 | 0 | 1000111 | 100001000 | 10111 | 10111 |
Color Harmonies of #392E49
Complementary color
Monochromatic Colors of #392E49
Black with #392E49
Text Example
Text Example
White with #392E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392E49; }
p { color: rgb(57,46,73); }
H1.HeaderClassName
{
color: #392E49;
}
.AnyTagClassName
{
color: #392E49;
}
</style>
background-color css
<style>
a { background-color: #392E49; }
a { background-color: rgb(57,46,73); }
div.DivClassName
{
background-color: #392E49;
}
.BgClassName
{
background-color: #392E49;
}
</style>
border-color css
<style>
span { border-color: #392E49; }
span { border-color: rgb(57,46,73); }
td.TdClassName
{
border-color: #392E49;
}
.TagClassName
{
border-color: #392E49;
}
</style>