Shades of Martinique #3D324C
Tints of Martinique #3D324C
RGB
CMYK
RGB Variations
Color information
#3D324C (or 0x3D324C) is known color: Martinique. HEX triplet: 3D, 32 and 4C. RGB value is (61,50,76). Sum of RGB (Red+Green+Blue) = 61+50+76=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D324C is #C2CDB3. Grayscale: #383838. Windows color (decimal): -12766644 or 4993597. OLE color: 4993597.
HSL color Cylindrical-coordinate representation of color #3D324C: hue angle of 265.38º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D324C is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 50 | 76 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.70 |
| HSL | 265.38º | 0.21% | 0.25% | - |
| HSV(B) | 265.38º | 0.34% | 0.3% | - |
| XYZ | 4.37 | 3.8 | 7.34 | - |
| YUV | 56.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 76 | 0.20 | 0.34 | 0 | 0.70 | 265.38 | 0.21 | 0.25 |
| Hex | 3D | 32 | 4C | 14 | 22 | 0 | 46 | 109 | 15 | 19 |
| Octal | 75 | 62 | 114 | 24 | 42 | 0 | 106 | 411 | 25 | 31 |
| Binary | 111101 | 110010 | 1001100 | 10100 | 100010 | 0 | 1000110 | 100001001 | 10101 | 11001 |
Color Harmonies of #3D324C
Complementary color
Monochromatic Colors of #3D324C
Black with #3D324C
Text Example
Text Example
White with #3D324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D324C; }
p { color: rgb(61,50,76); }
H1.HeaderClassName
{
color: #3D324C;
}
.AnyTagClassName
{
color: #3D324C;
}
</style>
background-color css
<style>
a { background-color: #3D324C; }
a { background-color: rgb(61,50,76); }
div.DivClassName
{
background-color: #3D324C;
}
.BgClassName
{
background-color: #3D324C;
}
</style>
border-color css
<style>
span { border-color: #3D324C; }
span { border-color: rgb(61,50,76); }
td.TdClassName
{
border-color: #3D324C;
}
.TagClassName
{
border-color: #3D324C;
}
</style>