Shades of Martinique #35303F
Tints of Martinique #35303F
RGB
CMYK
RGB Variations
Color information
#35303F (or 0x35303F) is known color: Martinique. HEX triplet: 35, 30 and 3F. RGB value is (53,48,63). Sum of RGB (Red+Green+Blue) = 53+48+63=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #35303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35303F is #CACFC0. Grayscale: #333333. Windows color (decimal): -13291457 or 4141109. OLE color: 4141109.
HSL color Cylindrical-coordinate representation of color #35303F: hue angle of 260º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #35303F is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 48 | 63 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.75 |
| HSL | 260º | 0.14% | 0.22% | - |
| HSV(B) | 260º | 0.24% | 0.25% | - |
| XYZ | 3.42 | 3.23 | 5.15 | - |
| YUV | 51.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 63 | 0.16 | 0.24 | 0 | 0.75 | 260 | 0.14 | 0.22 |
| Hex | 35 | 30 | 3F | 10 | 18 | 0 | 4B | 104 | E | 16 |
| Octal | 65 | 60 | 77 | 20 | 30 | 0 | 113 | 404 | 16 | 26 |
| Binary | 110101 | 110000 | 111111 | 10000 | 11000 | 0 | 1001011 | 100000100 | 1110 | 10110 |
Color Harmonies of #35303F
Complementary color
Monochromatic Colors of #35303F
Black with #35303F
Text Example
Text Example
White with #35303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35303F; }
p { color: rgb(53,48,63); }
H1.HeaderClassName
{
color: #35303F;
}
.AnyTagClassName
{
color: #35303F;
}
</style>
background-color css
<style>
a { background-color: #35303F; }
a { background-color: rgb(53,48,63); }
div.DivClassName
{
background-color: #35303F;
}
.BgClassName
{
background-color: #35303F;
}
</style>
border-color css
<style>
span { border-color: #35303F; }
span { border-color: rgb(53,48,63); }
td.TdClassName
{
border-color: #35303F;
}
.TagClassName
{
border-color: #35303F;
}
</style>