Shades of Martinique #3B3149
Tints of Martinique #3B3149
RGB
CMYK
RGB Variations
Color information
#3B3149 (or 0x3B3149) is known color: Martinique. HEX triplet: 3B, 31 and 49. RGB value is (59,49,73). Sum of RGB (Red+Green+Blue) = 59+49+73=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B3149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3149 is #C4CEB6. Grayscale: #363636. Windows color (decimal): -12897975 or 4796731. OLE color: 4796731.
HSL color Cylindrical-coordinate representation of color #3B3149: hue angle of 265º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B3149 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 49 | 73 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.71 |
| HSL | 265º | 0.2% | 0.24% | - |
| HSV(B) | 265º | 0.33% | 0.29% | - |
| XYZ | 4.1 | 3.61 | 6.78 | - |
| YUV | 54.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 73 | 0.19 | 0.33 | 0 | 0.71 | 265 | 0.2 | 0.24 |
| Hex | 3B | 31 | 49 | 13 | 21 | 0 | 47 | 109 | 14 | 18 |
| Octal | 73 | 61 | 111 | 23 | 41 | 0 | 107 | 411 | 24 | 30 |
| Binary | 111011 | 110001 | 1001001 | 10011 | 100001 | 0 | 1000111 | 100001001 | 10100 | 11000 |
Color Harmonies of #3B3149
Complementary color
Monochromatic Colors of #3B3149
Black with #3B3149
Text Example
Text Example
White with #3B3149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3149; }
p { color: rgb(59,49,73); }
H1.HeaderClassName
{
color: #3B3149;
}
.AnyTagClassName
{
color: #3B3149;
}
</style>
background-color css
<style>
a { background-color: #3B3149; }
a { background-color: rgb(59,49,73); }
div.DivClassName
{
background-color: #3B3149;
}
.BgClassName
{
background-color: #3B3149;
}
</style>
border-color css
<style>
span { border-color: #3B3149; }
span { border-color: rgb(59,49,73); }
td.TdClassName
{
border-color: #3B3149;
}
.TagClassName
{
border-color: #3B3149;
}
</style>