Shades of Martinique #3F3A48
Tints of Martinique #3F3A48
RGB
CMYK
RGB Variations
Color information
#3F3A48 (or 0x3F3A48) is known color: Martinique. HEX triplet: 3F, 3A and 48. RGB value is (63,58,72). Sum of RGB (Red+Green+Blue) = 63+58+72=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F3A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3A48 is #C0C5B7. Grayscale: #3D3D3D. Windows color (decimal): -12633528 or 4733503. OLE color: 4733503.
HSL color Cylindrical-coordinate representation of color #3F3A48: hue angle of 261.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F3A48 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 58 | 72 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.72 |
| HSL | 261.43º | 0.11% | 0.25% | - |
| HSV(B) | 261.43º | 0.19% | 0.28% | - |
| XYZ | 4.73 | 4.55 | 6.76 | - |
| YUV | 61.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 58 | 72 | 0.12 | 0.19 | 0 | 0.72 | 261.43 | 0.11 | 0.25 |
| Hex | 3F | 3A | 48 | C | 13 | 0 | 48 | 105 | B | 19 |
| Octal | 77 | 72 | 110 | 14 | 23 | 0 | 110 | 405 | 13 | 31 |
| Binary | 111111 | 111010 | 1001000 | 1100 | 10011 | 0 | 1001000 | 100000101 | 1011 | 11001 |
Color Harmonies of #3F3A48
Complementary color
Monochromatic Colors of #3F3A48
Black with #3F3A48
Text Example
Text Example
White with #3F3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3A48; }
p { color: rgb(63,58,72); }
H1.HeaderClassName
{
color: #3F3A48;
}
.AnyTagClassName
{
color: #3F3A48;
}
</style>
background-color css
<style>
a { background-color: #3F3A48; }
a { background-color: rgb(63,58,72); }
div.DivClassName
{
background-color: #3F3A48;
}
.BgClassName
{
background-color: #3F3A48;
}
</style>
border-color css
<style>
span { border-color: #3F3A48; }
span { border-color: rgb(63,58,72); }
td.TdClassName
{
border-color: #3F3A48;
}
.TagClassName
{
border-color: #3F3A48;
}
</style>