Shades of Martinique #38363C
Tints of Martinique #38363C
RGB
CMYK
RGB Variations
Color information
#38363C (or 0x38363C) is known color: Martinique. HEX triplet: 38, 36 and 3C. RGB value is (56,54,60). Sum of RGB (Red+Green+Blue) = 56+54+60=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 60 - color contains mainly: blue. Hex color #38363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38363C is #C7C9C3. Grayscale: #373737. Windows color (decimal): -13093316 or 3946040. OLE color: 3946040.
HSL color Cylindrical-coordinate representation of color #38363C: hue angle of 260º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #38363C is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 54 | 60 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.76 |
| HSL | 260º | 0.05% | 0.22% | - |
| HSV(B) | 260º | 0.1% | 0.24% | - |
| XYZ | 3.77 | 3.81 | 4.81 | - |
| YUV | 55.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 60 | 0.07 | 0.10 | 0 | 0.76 | 260 | 0.05 | 0.22 |
| Hex | 38 | 36 | 3C | 7 | A | 0 | 4C | 104 | 5 | 16 |
| Octal | 70 | 66 | 74 | 7 | 12 | 0 | 114 | 404 | 5 | 26 |
| Binary | 111000 | 110110 | 111100 | 111 | 1010 | 0 | 1001100 | 100000100 | 101 | 10110 |
Color Harmonies of #38363C
Complementary color
Monochromatic Colors of #38363C
Black with #38363C
Text Example
Text Example
White with #38363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38363C; }
p { color: rgb(56,54,60); }
H1.HeaderClassName
{
color: #38363C;
}
.AnyTagClassName
{
color: #38363C;
}
</style>
background-color css
<style>
a { background-color: #38363C; }
a { background-color: rgb(56,54,60); }
div.DivClassName
{
background-color: #38363C;
}
.BgClassName
{
background-color: #38363C;
}
</style>
border-color css
<style>
span { border-color: #38363C; }
span { border-color: rgb(56,54,60); }
td.TdClassName
{
border-color: #38363C;
}
.TagClassName
{
border-color: #38363C;
}
</style>