Shades of Martinique #3C3A43
Tints of Martinique #3C3A43
RGB
CMYK
RGB Variations
Color information
#3C3A43 (or 0x3C3A43) is known color: Martinique. HEX triplet: 3C, 3A and 43. RGB value is (60,58,67). Sum of RGB (Red+Green+Blue) = 60+58+67=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C3A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3A43 is #C3C5BC. Grayscale: #3B3B3B. Windows color (decimal): -12830141 or 4405820. OLE color: 4405820.
HSL color Cylindrical-coordinate representation of color #3C3A43: hue angle of 253.33º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C3A43 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 58 | 67 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.74 |
| HSL | 253.33º | 0.07% | 0.25% | - |
| HSV(B) | 253.33º | 0.13% | 0.26% | - |
| XYZ | 4.39 | 4.39 | 5.93 | - |
| YUV | 59.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 67 | 0.10 | 0.13 | 0 | 0.74 | 253.33 | 0.07 | 0.25 |
| Hex | 3C | 3A | 43 | A | D | 0 | 4A | FD | 7 | 19 |
| Octal | 74 | 72 | 103 | 12 | 15 | 0 | 112 | 375 | 7 | 31 |
| Binary | 111100 | 111010 | 1000011 | 1010 | 1101 | 0 | 1001010 | 11111101 | 111 | 11001 |
Color Harmonies of #3C3A43
Complementary color
Monochromatic Colors of #3C3A43
Black with #3C3A43
Text Example
Text Example
White with #3C3A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A43; }
p { color: rgb(60,58,67); }
H1.HeaderClassName
{
color: #3C3A43;
}
.AnyTagClassName
{
color: #3C3A43;
}
</style>
background-color css
<style>
a { background-color: #3C3A43; }
a { background-color: rgb(60,58,67); }
div.DivClassName
{
background-color: #3C3A43;
}
.BgClassName
{
background-color: #3C3A43;
}
</style>
border-color css
<style>
span { border-color: #3C3A43; }
span { border-color: rgb(60,58,67); }
td.TdClassName
{
border-color: #3C3A43;
}
.TagClassName
{
border-color: #3C3A43;
}
</style>