Shades of Martinique #3C3948
Tints of Martinique #3C3948
RGB
CMYK
RGB Variations
Color information
#3C3948 (or 0x3C3948) is known color: Martinique. HEX triplet: 3C, 39 and 48. RGB value is (60,57,72). Sum of RGB (Red+Green+Blue) = 60+57+72=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C3948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3948 is #C3C6B7. Grayscale: #3B3B3B. Windows color (decimal): -12830392 or 4733244. OLE color: 4733244.
HSL color Cylindrical-coordinate representation of color #3C3948: hue angle of 252º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C3948 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 57 | 72 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.72 |
| HSL | 252º | 0.12% | 0.25% | - |
| HSV(B) | 252º | 0.21% | 0.28% | - |
| XYZ | 4.5 | 4.35 | 6.73 | - |
| YUV | 59.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 72 | 0.17 | 0.21 | 0 | 0.72 | 252 | 0.12 | 0.25 |
| Hex | 3C | 39 | 48 | 11 | 15 | 0 | 48 | FC | C | 19 |
| Octal | 74 | 71 | 110 | 21 | 25 | 0 | 110 | 374 | 14 | 31 |
| Binary | 111100 | 111001 | 1001000 | 10001 | 10101 | 0 | 1001000 | 11111100 | 1100 | 11001 |
Color Harmonies of #3C3948
Complementary color
Monochromatic Colors of #3C3948
Black with #3C3948
Text Example
Text Example
White with #3C3948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3948; }
p { color: rgb(60,57,72); }
H1.HeaderClassName
{
color: #3C3948;
}
.AnyTagClassName
{
color: #3C3948;
}
</style>
background-color css
<style>
a { background-color: #3C3948; }
a { background-color: rgb(60,57,72); }
div.DivClassName
{
background-color: #3C3948;
}
.BgClassName
{
background-color: #3C3948;
}
</style>
border-color css
<style>
span { border-color: #3C3948; }
span { border-color: rgb(60,57,72); }
td.TdClassName
{
border-color: #3C3948;
}
.TagClassName
{
border-color: #3C3948;
}
</style>