Shades of Martinique #35303E
Tints of Martinique #35303E
RGB
CMYK
RGB Variations
Color information
#35303E (or 0x35303E) is known color: Martinique. HEX triplet: 35, 30 and 3E. RGB value is (53,48,62). Sum of RGB (Red+Green+Blue) = 53+48+62=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 62 (24.61% from 255 or 38.04% from 163); Max value from RGB is 62 - color contains mainly: blue. Hex color #35303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35303E is #CACFC1. Grayscale: #333333. Windows color (decimal): -13291458 or 4075573. OLE color: 4075573.
HSL color Cylindrical-coordinate representation of color #35303E: hue angle of 261.43º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #35303E is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 48 | 62 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.76 |
| HSL | 261.43º | 0.13% | 0.22% | - |
| HSV(B) | 261.43º | 0.23% | 0.24% | - |
| XYZ | 3.39 | 3.22 | 5 | - |
| YUV | 51.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 62 | 0.15 | 0.23 | 0 | 0.76 | 261.43 | 0.13 | 0.22 |
| Hex | 35 | 30 | 3E | F | 17 | 0 | 4C | 105 | D | 16 |
| Octal | 65 | 60 | 76 | 17 | 27 | 0 | 114 | 405 | 15 | 26 |
| Binary | 110101 | 110000 | 111110 | 1111 | 10111 | 0 | 1001100 | 100000101 | 1101 | 10110 |
Color Harmonies of #35303E
Complementary color
Monochromatic Colors of #35303E
Black with #35303E
Text Example
Text Example
White with #35303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35303E; }
p { color: rgb(53,48,62); }
H1.HeaderClassName
{
color: #35303E;
}
.AnyTagClassName
{
color: #35303E;
}
</style>
background-color css
<style>
a { background-color: #35303E; }
a { background-color: rgb(53,48,62); }
div.DivClassName
{
background-color: #35303E;
}
.BgClassName
{
background-color: #35303E;
}
</style>
border-color css
<style>
span { border-color: #35303E; }
span { border-color: rgb(53,48,62); }
td.TdClassName
{
border-color: #35303E;
}
.TagClassName
{
border-color: #35303E;
}
</style>