Shades of Martinique #3C3942
Tints of Martinique #3C3942
RGB
CMYK
RGB Variations
Color information
#3C3942 (or 0x3C3942) is known color: Martinique. HEX triplet: 3C, 39 and 42. RGB value is (60,57,66). Sum of RGB (Red+Green+Blue) = 60+57+66=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: blue. Hex color #3C3942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3942 is #C3C6BD. Grayscale: #3A3A3A. Windows color (decimal): -12830398 or 4340028. OLE color: 4340028.
HSL color Cylindrical-coordinate representation of color #3C3942: hue angle of 260º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3C3942 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 57 | 66 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.74 |
| HSL | 260º | 0.07% | 0.24% | - |
| HSV(B) | 260º | 0.14% | 0.26% | - |
| XYZ | 4.31 | 4.28 | 5.75 | - |
| YUV | 58.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 66 | 0.09 | 0.14 | 0 | 0.74 | 260 | 0.07 | 0.24 |
| Hex | 3C | 39 | 42 | 9 | E | 0 | 4A | 104 | 7 | 18 |
| Octal | 74 | 71 | 102 | 11 | 16 | 0 | 112 | 404 | 7 | 30 |
| Binary | 111100 | 111001 | 1000010 | 1001 | 1110 | 0 | 1001010 | 100000100 | 111 | 11000 |
Color Harmonies of #3C3942
Complementary color
Monochromatic Colors of #3C3942
Black with #3C3942
Text Example
Text Example
White with #3C3942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3942; }
p { color: rgb(60,57,66); }
H1.HeaderClassName
{
color: #3C3942;
}
.AnyTagClassName
{
color: #3C3942;
}
</style>
background-color css
<style>
a { background-color: #3C3942; }
a { background-color: rgb(60,57,66); }
div.DivClassName
{
background-color: #3C3942;
}
.BgClassName
{
background-color: #3C3942;
}
</style>
border-color css
<style>
span { border-color: #3C3942; }
span { border-color: rgb(60,57,66); }
td.TdClassName
{
border-color: #3C3942;
}
.TagClassName
{
border-color: #3C3942;
}
</style>