Shades of Martinique #36323D
Tints of Martinique #36323D
RGB
CMYK
RGB Variations
Color information
#36323D (or 0x36323D) is known color: Martinique. HEX triplet: 36, 32 and 3D. RGB value is (54,50,61). Sum of RGB (Red+Green+Blue) = 54+50+61=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 61 - color contains mainly: blue. Hex color #36323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36323D is #C9CDC2. Grayscale: #343434. Windows color (decimal): -13225411 or 4010550. OLE color: 4010550.
HSL color Cylindrical-coordinate representation of color #36323D: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #36323D is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 50 | 61 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.76 |
| HSL | 261.82º | 0.1% | 0.22% | - |
| HSV(B) | 261.82º | 0.18% | 0.24% | - |
| XYZ | 3.5 | 3.4 | 4.89 | - |
| YUV | 52.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 61 | 0.11 | 0.18 | 0 | 0.76 | 261.82 | 0.1 | 0.22 |
| Hex | 36 | 32 | 3D | B | 12 | 0 | 4C | 106 | A | 16 |
| Octal | 66 | 62 | 75 | 13 | 22 | 0 | 114 | 406 | 12 | 26 |
| Binary | 110110 | 110010 | 111101 | 1011 | 10010 | 0 | 1001100 | 100000110 | 1010 | 10110 |
Color Harmonies of #36323D
Complementary color
Monochromatic Colors of #36323D
Black with #36323D
Text Example
Text Example
White with #36323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36323D; }
p { color: rgb(54,50,61); }
H1.HeaderClassName
{
color: #36323D;
}
.AnyTagClassName
{
color: #36323D;
}
</style>
background-color css
<style>
a { background-color: #36323D; }
a { background-color: rgb(54,50,61); }
div.DivClassName
{
background-color: #36323D;
}
.BgClassName
{
background-color: #36323D;
}
</style>
border-color css
<style>
span { border-color: #36323D; }
span { border-color: rgb(54,50,61); }
td.TdClassName
{
border-color: #36323D;
}
.TagClassName
{
border-color: #36323D;
}
</style>