Shades of Martinique #3A3641
Tints of Martinique #3A3641
RGB
CMYK
RGB Variations
Color information
#3A3641 (or 0x3A3641) is known color: Martinique. HEX triplet: 3A, 36 and 41. RGB value is (58,54,65). Sum of RGB (Red+Green+Blue) = 58+54+65=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A3641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3641 is #C5C9BE. Grayscale: #383838. Windows color (decimal): -12962239 or 4273722. OLE color: 4273722.
HSL color Cylindrical-coordinate representation of color #3A3641: hue angle of 261.82º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3A3641 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 54 | 65 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.75 |
| HSL | 261.82º | 0.09% | 0.23% | - |
| HSV(B) | 261.82º | 0.17% | 0.25% | - |
| XYZ | 4.02 | 3.92 | 5.55 | - |
| YUV | 56.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 65 | 0.11 | 0.17 | 0 | 0.75 | 261.82 | 0.09 | 0.23 |
| Hex | 3A | 36 | 41 | B | 11 | 0 | 4B | 106 | 9 | 17 |
| Octal | 72 | 66 | 101 | 13 | 21 | 0 | 113 | 406 | 11 | 27 |
| Binary | 111010 | 110110 | 1000001 | 1011 | 10001 | 0 | 1001011 | 100000110 | 1001 | 10111 |
Color Harmonies of #3A3641
Complementary color
Monochromatic Colors of #3A3641
Black with #3A3641
Text Example
Text Example
White with #3A3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3641; }
p { color: rgb(58,54,65); }
H1.HeaderClassName
{
color: #3A3641;
}
.AnyTagClassName
{
color: #3A3641;
}
</style>
background-color css
<style>
a { background-color: #3A3641; }
a { background-color: rgb(58,54,65); }
div.DivClassName
{
background-color: #3A3641;
}
.BgClassName
{
background-color: #3A3641;
}
</style>
border-color css
<style>
span { border-color: #3A3641; }
span { border-color: rgb(58,54,65); }
td.TdClassName
{
border-color: #3A3641;
}
.TagClassName
{
border-color: #3A3641;
}
</style>