Shades of Martinique #3F3A49
Tints of Martinique #3F3A49
RGB
CMYK
RGB Variations
Color information
#3F3A49 (or 0x3F3A49) is known color: Martinique. HEX triplet: 3F, 3A and 49. RGB value is (63,58,73). Sum of RGB (Red+Green+Blue) = 63+58+73=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F3A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A49 is #C0C5B6. Grayscale: #3D3D3D. Windows color (decimal): -12633527 or 4799039. OLE color: 4799039.
HSL color Cylindrical-coordinate representation of color #3F3A49: hue angle of 260º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F3A49 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 58 | 73 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.71 |
| HSL | 260º | 0.11% | 0.26% | - |
| HSV(B) | 260º | 0.21% | 0.29% | - |
| XYZ | 4.77 | 4.56 | 6.93 | - |
| YUV | 61.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 73 | 0.14 | 0.21 | 0 | 0.71 | 260 | 0.11 | 0.26 |
| Hex | 3F | 3A | 49 | E | 15 | 0 | 47 | 104 | B | 1A |
| Octal | 77 | 72 | 111 | 16 | 25 | 0 | 107 | 404 | 13 | 32 |
| Binary | 111111 | 111010 | 1001001 | 1110 | 10101 | 0 | 1000111 | 100000100 | 1011 | 11010 |
Color Harmonies of #3F3A49
Complementary color
Monochromatic Colors of #3F3A49
Black with #3F3A49
Text Example
Text Example
White with #3F3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A49; }
p { color: rgb(63,58,73); }
H1.HeaderClassName
{
color: #3F3A49;
}
.AnyTagClassName
{
color: #3F3A49;
}
</style>
background-color css
<style>
a { background-color: #3F3A49; }
a { background-color: rgb(63,58,73); }
div.DivClassName
{
background-color: #3F3A49;
}
.BgClassName
{
background-color: #3F3A49;
}
</style>
border-color css
<style>
span { border-color: #3F3A49; }
span { border-color: rgb(63,58,73); }
td.TdClassName
{
border-color: #3F3A49;
}
.TagClassName
{
border-color: #3F3A49;
}
</style>