Shades of Martinique #3A3343
Tints of Martinique #3A3343
RGB
CMYK
RGB Variations
Color information
#3A3343 (or 0x3A3343) is known color: Martinique. HEX triplet: 3A, 33 and 43. RGB value is (58,51,67). Sum of RGB (Red+Green+Blue) = 58+51+67=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A3343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3343 is #C5CCBC. Grayscale: #363636. Windows color (decimal): -12963005 or 4404026. OLE color: 4404026.
HSL color Cylindrical-coordinate representation of color #3A3343: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A3343 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 51 | 67 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.74 |
| HSL | 266.25º | 0.14% | 0.23% | - |
| HSV(B) | 266.25º | 0.24% | 0.26% | - |
| XYZ | 3.94 | 3.67 | 5.81 | - |
| YUV | 54.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 67 | 0.13 | 0.24 | 0 | 0.74 | 266.25 | 0.14 | 0.23 |
| Hex | 3A | 33 | 43 | D | 18 | 0 | 4A | 10A | E | 17 |
| Octal | 72 | 63 | 103 | 15 | 30 | 0 | 112 | 412 | 16 | 27 |
| Binary | 111010 | 110011 | 1000011 | 1101 | 11000 | 0 | 1001010 | 100001010 | 1110 | 10111 |
Color Harmonies of #3A3343
Complementary color
Monochromatic Colors of #3A3343
Black with #3A3343
Text Example
Text Example
White with #3A3343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3343; }
p { color: rgb(58,51,67); }
H1.HeaderClassName
{
color: #3A3343;
}
.AnyTagClassName
{
color: #3A3343;
}
</style>
background-color css
<style>
a { background-color: #3A3343; }
a { background-color: rgb(58,51,67); }
div.DivClassName
{
background-color: #3A3343;
}
.BgClassName
{
background-color: #3A3343;
}
</style>
border-color css
<style>
span { border-color: #3A3343; }
span { border-color: rgb(58,51,67); }
td.TdClassName
{
border-color: #3A3343;
}
.TagClassName
{
border-color: #3A3343;
}
</style>