Shades of Martinique #36313E
Tints of Martinique #36313E
RGB
CMYK
RGB Variations
Color information
#36313E (or 0x36313E) is known color: Martinique. HEX triplet: 36, 31 and 3E. RGB value is (54,49,62). Sum of RGB (Red+Green+Blue) = 54+49+62=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 62 - color contains mainly: blue. Hex color #36313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36313E is #C9CEC1. Grayscale: #333333. Windows color (decimal): -13225666 or 4075830. OLE color: 4075830.
HSL color Cylindrical-coordinate representation of color #36313E: hue angle of 263.08º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #36313E is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 49 | 62 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.76 |
| HSL | 263.08º | 0.12% | 0.22% | - |
| HSV(B) | 263.08º | 0.21% | 0.24% | - |
| XYZ | 3.49 | 3.33 | 5.02 | - |
| YUV | 51.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 49 | 62 | 0.13 | 0.21 | 0 | 0.76 | 263.08 | 0.12 | 0.22 |
| Hex | 36 | 31 | 3E | D | 15 | 0 | 4C | 107 | C | 16 |
| Octal | 66 | 61 | 76 | 15 | 25 | 0 | 114 | 407 | 14 | 26 |
| Binary | 110110 | 110001 | 111110 | 1101 | 10101 | 0 | 1001100 | 100000111 | 1100 | 10110 |
Color Harmonies of #36313E
Complementary color
Monochromatic Colors of #36313E
Black with #36313E
Text Example
Text Example
White with #36313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36313E; }
p { color: rgb(54,49,62); }
H1.HeaderClassName
{
color: #36313E;
}
.AnyTagClassName
{
color: #36313E;
}
</style>
background-color css
<style>
a { background-color: #36313E; }
a { background-color: rgb(54,49,62); }
div.DivClassName
{
background-color: #36313E;
}
.BgClassName
{
background-color: #36313E;
}
</style>
border-color css
<style>
span { border-color: #36313E; }
span { border-color: rgb(54,49,62); }
td.TdClassName
{
border-color: #36313E;
}
.TagClassName
{
border-color: #36313E;
}
</style>