Shades of Martinique #38353D
Tints of Martinique #38353D
RGB
CMYK
RGB Variations
Color information
#38353D (or 0x38353D) is known color: Martinique. HEX triplet: 38, 35 and 3D. RGB value is (56,53,61). Sum of RGB (Red+Green+Blue) = 56+53+61=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 61 - color contains mainly: blue. Hex color #38353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38353D is #C7CAC2. Grayscale: #363636. Windows color (decimal): -13093571 or 4011320. OLE color: 4011320.
HSL color Cylindrical-coordinate representation of color #38353D: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #38353D is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 53 | 61 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.76 |
| HSL | 262.5º | 0.07% | 0.22% | - |
| HSV(B) | 262.5º | 0.13% | 0.24% | - |
| XYZ | 3.75 | 3.72 | 4.94 | - |
| YUV | 54.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 61 | 0.08 | 0.13 | 0 | 0.76 | 262.5 | 0.07 | 0.22 |
| Hex | 38 | 35 | 3D | 8 | D | 0 | 4C | 106 | 7 | 16 |
| Octal | 70 | 65 | 75 | 10 | 15 | 0 | 114 | 406 | 7 | 26 |
| Binary | 111000 | 110101 | 111101 | 1000 | 1101 | 0 | 1001100 | 100000110 | 111 | 10110 |
Color Harmonies of #38353D
Complementary color
Monochromatic Colors of #38353D
Black with #38353D
Text Example
Text Example
White with #38353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38353D; }
p { color: rgb(56,53,61); }
H1.HeaderClassName
{
color: #38353D;
}
.AnyTagClassName
{
color: #38353D;
}
</style>
background-color css
<style>
a { background-color: #38353D; }
a { background-color: rgb(56,53,61); }
div.DivClassName
{
background-color: #38353D;
}
.BgClassName
{
background-color: #38353D;
}
</style>
border-color css
<style>
span { border-color: #38353D; }
span { border-color: rgb(56,53,61); }
td.TdClassName
{
border-color: #38353D;
}
.TagClassName
{
border-color: #38353D;
}
</style>