Shades of Martinique #38363B
Tints of Martinique #38363B
RGB
CMYK
RGB Variations
Color information
#38363B (or 0x38363B) is known color: Martinique. HEX triplet: 38, 36 and 3B. RGB value is (56,54,59). Sum of RGB (Red+Green+Blue) = 56+54+59=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 59 - color contains mainly: blue. Hex color #38363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38363B is #C7C9C4. Grayscale: #373737. Windows color (decimal): -13093317 or 3880504. OLE color: 3880504.
HSL color Cylindrical-coordinate representation of color #38363B: hue angle of 264º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #38363B is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 54 | 59 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.77 |
| HSL | 264º | 0.04% | 0.22% | - |
| HSV(B) | 264º | 0.08% | 0.23% | - |
| XYZ | 3.74 | 3.79 | 4.67 | - |
| YUV | 55.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 59 | 0.05 | 0.08 | 0 | 0.77 | 264 | 0.04 | 0.22 |
| Hex | 38 | 36 | 3B | 5 | 8 | 0 | 4D | 108 | 4 | 16 |
| Octal | 70 | 66 | 73 | 5 | 10 | 0 | 115 | 410 | 4 | 26 |
| Binary | 111000 | 110110 | 111011 | 101 | 1000 | 0 | 1001101 | 100001000 | 100 | 10110 |
Color Harmonies of #38363B
Complementary color
Monochromatic Colors of #38363B
Black with #38363B
Text Example
Text Example
White with #38363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38363B; }
p { color: rgb(56,54,59); }
H1.HeaderClassName
{
color: #38363B;
}
.AnyTagClassName
{
color: #38363B;
}
</style>
background-color css
<style>
a { background-color: #38363B; }
a { background-color: rgb(56,54,59); }
div.DivClassName
{
background-color: #38363B;
}
.BgClassName
{
background-color: #38363B;
}
</style>
border-color css
<style>
span { border-color: #38363B; }
span { border-color: rgb(56,54,59); }
td.TdClassName
{
border-color: #38363B;
}
.TagClassName
{
border-color: #38363B;
}
</style>