Shades of Martinique #35313C
Tints of Martinique #35313C
RGB
CMYK
RGB Variations
Color information
#35313C (or 0x35313C) is known color: Martinique. HEX triplet: 35, 31 and 3C. RGB value is (53,49,60). Sum of RGB (Red+Green+Blue) = 53+49+60=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 60 - color contains mainly: blue. Hex color #35313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35313C is #CACEC3. Grayscale: #333333. Windows color (decimal): -13291204 or 3944757. OLE color: 3944757.
HSL color Cylindrical-coordinate representation of color #35313C: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #35313C is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 49 | 60 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.76 |
| HSL | 261.82º | 0.1% | 0.21% | - |
| HSV(B) | 261.82º | 0.18% | 0.24% | - |
| XYZ | 3.38 | 3.28 | 4.73 | - |
| YUV | 51.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 60 | 0.12 | 0.18 | 0 | 0.76 | 261.82 | 0.1 | 0.21 |
| Hex | 35 | 31 | 3C | C | 12 | 0 | 4C | 106 | A | 15 |
| Octal | 65 | 61 | 74 | 14 | 22 | 0 | 114 | 406 | 12 | 25 |
| Binary | 110101 | 110001 | 111100 | 1100 | 10010 | 0 | 1001100 | 100000110 | 1010 | 10101 |
Color Harmonies of #35313C
Complementary color
Monochromatic Colors of #35313C
Black with #35313C
Text Example
Text Example
White with #35313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35313C; }
p { color: rgb(53,49,60); }
H1.HeaderClassName
{
color: #35313C;
}
.AnyTagClassName
{
color: #35313C;
}
</style>
background-color css
<style>
a { background-color: #35313C; }
a { background-color: rgb(53,49,60); }
div.DivClassName
{
background-color: #35313C;
}
.BgClassName
{
background-color: #35313C;
}
</style>
border-color css
<style>
span { border-color: #35313C; }
span { border-color: rgb(53,49,60); }
td.TdClassName
{
border-color: #35313C;
}
.TagClassName
{
border-color: #35313C;
}
</style>