Shades of Martinique #3F3D42
Tints of Martinique #3F3D42
RGB
CMYK
RGB Variations
Color information
#3F3D42 (or 0x3F3D42) is known color: Martinique. HEX triplet: 3F, 3D and 42. RGB value is (63,61,66). Sum of RGB (Red+Green+Blue) = 63+61+66=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 66 - color contains mainly: blue. Hex color #3F3D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D42 is #C0C2BD. Grayscale: #3E3E3E. Windows color (decimal): -12632766 or 4341055. OLE color: 4341055.
HSL color Cylindrical-coordinate representation of color #3F3D42: hue angle of 264º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3F3D42 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 61 | 66 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.74 |
| HSL | 264º | 0.04% | 0.25% | - |
| HSV(B) | 264º | 0.08% | 0.26% | - |
| XYZ | 4.7 | 4.79 | 5.83 | - |
| YUV | 62.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 66 | 0.05 | 0.08 | 0 | 0.74 | 264 | 0.04 | 0.25 |
| Hex | 3F | 3D | 42 | 5 | 8 | 0 | 4A | 108 | 4 | 19 |
| Octal | 77 | 75 | 102 | 5 | 10 | 0 | 112 | 410 | 4 | 31 |
| Binary | 111111 | 111101 | 1000010 | 101 | 1000 | 0 | 1001010 | 100001000 | 100 | 11001 |
Color Harmonies of #3F3D42
Complementary color
Monochromatic Colors of #3F3D42
Black with #3F3D42
Text Example
Text Example
White with #3F3D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D42; }
p { color: rgb(63,61,66); }
H1.HeaderClassName
{
color: #3F3D42;
}
.AnyTagClassName
{
color: #3F3D42;
}
</style>
background-color css
<style>
a { background-color: #3F3D42; }
a { background-color: rgb(63,61,66); }
div.DivClassName
{
background-color: #3F3D42;
}
.BgClassName
{
background-color: #3F3D42;
}
</style>
border-color css
<style>
span { border-color: #3F3D42; }
span { border-color: rgb(63,61,66); }
td.TdClassName
{
border-color: #3F3D42;
}
.TagClassName
{
border-color: #3F3D42;
}
</style>