Shades of Martinique #372F42
Tints of Martinique #372F42
RGB
CMYK
RGB Variations
Color information
#372F42 (or 0x372F42) is known color: Martinique. HEX triplet: 37, 2F and 42. RGB value is (55,47,66). Sum of RGB (Red+Green+Blue) = 55+47+66=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #372F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F42 is #C8D0BD. Grayscale: #333333. Windows color (decimal): -13160638 or 4337463. OLE color: 4337463.
HSL color Cylindrical-coordinate representation of color #372F42: hue angle of 265.26º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #372F42 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 47 | 66 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.74 |
| HSL | 265.26º | 0.17% | 0.22% | - |
| HSV(B) | 265.26º | 0.29% | 0.26% | - |
| XYZ | 3.58 | 3.24 | 5.59 | - |
| YUV | 51.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 66 | 0.17 | 0.29 | 0 | 0.74 | 265.26 | 0.17 | 0.22 |
| Hex | 37 | 2F | 42 | 11 | 1D | 0 | 4A | 109 | 11 | 16 |
| Octal | 67 | 57 | 102 | 21 | 35 | 0 | 112 | 411 | 21 | 26 |
| Binary | 110111 | 101111 | 1000010 | 10001 | 11101 | 0 | 1001010 | 100001001 | 10001 | 10110 |
Color Harmonies of #372F42
Complementary color
Monochromatic Colors of #372F42
Black with #372F42
Text Example
Text Example
White with #372F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F42; }
p { color: rgb(55,47,66); }
H1.HeaderClassName
{
color: #372F42;
}
.AnyTagClassName
{
color: #372F42;
}
</style>
background-color css
<style>
a { background-color: #372F42; }
a { background-color: rgb(55,47,66); }
div.DivClassName
{
background-color: #372F42;
}
.BgClassName
{
background-color: #372F42;
}
</style>
border-color css
<style>
span { border-color: #372F42; }
span { border-color: rgb(55,47,66); }
td.TdClassName
{
border-color: #372F42;
}
.TagClassName
{
border-color: #372F42;
}
</style>