Shades of Martinique #3D3745
Tints of Martinique #3D3745
RGB
CMYK
RGB Variations
Color information
#3D3745 (or 0x3D3745) is known color: Martinique. HEX triplet: 3D, 37 and 45. RGB value is (61,55,69). Sum of RGB (Red+Green+Blue) = 61+55+69=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D3745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3745 is #C2C8BA. Grayscale: #3A3A3A. Windows color (decimal): -12765371 or 4536125. OLE color: 4536125.
HSL color Cylindrical-coordinate representation of color #3D3745: hue angle of 265.71º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D3745 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 55 | 69 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.73 |
| HSL | 265.71º | 0.11% | 0.24% | - |
| HSV(B) | 265.71º | 0.2% | 0.27% | - |
| XYZ | 4.36 | 4.15 | 6.2 | - |
| YUV | 58.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 69 | 0.12 | 0.20 | 0 | 0.73 | 265.71 | 0.11 | 0.24 |
| Hex | 3D | 37 | 45 | C | 14 | 0 | 49 | 10A | B | 18 |
| Octal | 75 | 67 | 105 | 14 | 24 | 0 | 111 | 412 | 13 | 30 |
| Binary | 111101 | 110111 | 1000101 | 1100 | 10100 | 0 | 1001001 | 100001010 | 1011 | 11000 |
Color Harmonies of #3D3745
Complementary color
Monochromatic Colors of #3D3745
Black with #3D3745
Text Example
Text Example
White with #3D3745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3745; }
p { color: rgb(61,55,69); }
H1.HeaderClassName
{
color: #3D3745;
}
.AnyTagClassName
{
color: #3D3745;
}
</style>
background-color css
<style>
a { background-color: #3D3745; }
a { background-color: rgb(61,55,69); }
div.DivClassName
{
background-color: #3D3745;
}
.BgClassName
{
background-color: #3D3745;
}
</style>
border-color css
<style>
span { border-color: #3D3745; }
span { border-color: rgb(61,55,69); }
td.TdClassName
{
border-color: #3D3745;
}
.TagClassName
{
border-color: #3D3745;
}
</style>