Shades of Martinique #3F394A
Tints of Martinique #3F394A
RGB
CMYK
RGB Variations
Color information
#3F394A (or 0x3F394A) is known color: Martinique. HEX triplet: 3F, 39 and 4A. RGB value is (63,57,74). Sum of RGB (Red+Green+Blue) = 63+57+74=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F394A is #C0C6B5. Grayscale: #3C3C3C. Windows color (decimal): -12633782 or 4864319. OLE color: 4864319.
HSL color Cylindrical-coordinate representation of color #3F394A: hue angle of 261.18º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F394A is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 57 | 74 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.71 |
| HSL | 261.18º | 0.13% | 0.26% | - |
| HSV(B) | 261.18º | 0.23% | 0.29% | - |
| XYZ | 4.75 | 4.48 | 7.09 | - |
| YUV | 60.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 74 | 0.15 | 0.23 | 0 | 0.71 | 261.18 | 0.13 | 0.26 |
| Hex | 3F | 39 | 4A | F | 17 | 0 | 47 | 105 | D | 1A |
| Octal | 77 | 71 | 112 | 17 | 27 | 0 | 107 | 405 | 15 | 32 |
| Binary | 111111 | 111001 | 1001010 | 1111 | 10111 | 0 | 1000111 | 100000101 | 1101 | 11010 |
Color Harmonies of #3F394A
Complementary color
Monochromatic Colors of #3F394A
Black with #3F394A
Text Example
Text Example
White with #3F394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F394A; }
p { color: rgb(63,57,74); }
H1.HeaderClassName
{
color: #3F394A;
}
.AnyTagClassName
{
color: #3F394A;
}
</style>
background-color css
<style>
a { background-color: #3F394A; }
a { background-color: rgb(63,57,74); }
div.DivClassName
{
background-color: #3F394A;
}
.BgClassName
{
background-color: #3F394A;
}
</style>
border-color css
<style>
span { border-color: #3F394A; }
span { border-color: rgb(63,57,74); }
td.TdClassName
{
border-color: #3F394A;
}
.TagClassName
{
border-color: #3F394A;
}
</style>