Shades of Martinique #38343F
Tints of Martinique #38343F
RGB
CMYK
RGB Variations
Color information
#38343F (or 0x38343F) is known color: Martinique. HEX triplet: 38, 34 and 3F. RGB value is (56,52,63). Sum of RGB (Red+Green+Blue) = 56+52+63=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #38343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38343F is #C7CBC0. Grayscale: #363636. Windows color (decimal): -13093825 or 4142136. OLE color: 4142136.
HSL color Cylindrical-coordinate representation of color #38343F: hue angle of 261.82º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #38343F is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 52 | 63 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.75 |
| HSL | 261.82º | 0.1% | 0.23% | - |
| HSV(B) | 261.82º | 0.17% | 0.25% | - |
| XYZ | 3.76 | 3.66 | 5.21 | - |
| YUV | 54.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 52 | 63 | 0.11 | 0.17 | 0 | 0.75 | 261.82 | 0.1 | 0.23 |
| Hex | 38 | 34 | 3F | B | 11 | 0 | 4B | 106 | A | 17 |
| Octal | 70 | 64 | 77 | 13 | 21 | 0 | 113 | 406 | 12 | 27 |
| Binary | 111000 | 110100 | 111111 | 1011 | 10001 | 0 | 1001011 | 100000110 | 1010 | 10111 |
Color Harmonies of #38343F
Complementary color
Monochromatic Colors of #38343F
Black with #38343F
Text Example
Text Example
White with #38343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38343F; }
p { color: rgb(56,52,63); }
H1.HeaderClassName
{
color: #38343F;
}
.AnyTagClassName
{
color: #38343F;
}
</style>
background-color css
<style>
a { background-color: #38343F; }
a { background-color: rgb(56,52,63); }
div.DivClassName
{
background-color: #38343F;
}
.BgClassName
{
background-color: #38343F;
}
</style>
border-color css
<style>
span { border-color: #38343F; }
span { border-color: rgb(56,52,63); }
td.TdClassName
{
border-color: #38343F;
}
.TagClassName
{
border-color: #38343F;
}
</style>