Shades of Martinique #38333E
Tints of Martinique #38333E
RGB
CMYK
RGB Variations
Color information
#38333E (or 0x38333E) is known color: Martinique. HEX triplet: 38, 33 and 3E. RGB value is (56,51,62). Sum of RGB (Red+Green+Blue) = 56+51+62=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 62 - color contains mainly: blue. Hex color #38333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38333E is #C7CCC1. Grayscale: #353535. Windows color (decimal): -13094082 or 4076344. OLE color: 4076344.
HSL color Cylindrical-coordinate representation of color #38333E: hue angle of 267.27º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #38333E is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 51 | 62 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.76 |
| HSL | 267.27º | 0.1% | 0.22% | - |
| HSV(B) | 267.27º | 0.18% | 0.24% | - |
| XYZ | 3.68 | 3.56 | 5.05 | - |
| YUV | 53.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 62 | 0.10 | 0.18 | 0 | 0.76 | 267.27 | 0.1 | 0.22 |
| Hex | 38 | 33 | 3E | A | 12 | 0 | 4C | 10B | A | 16 |
| Octal | 70 | 63 | 76 | 12 | 22 | 0 | 114 | 413 | 12 | 26 |
| Binary | 111000 | 110011 | 111110 | 1010 | 10010 | 0 | 1001100 | 100001011 | 1010 | 10110 |
Color Harmonies of #38333E
Complementary color
Monochromatic Colors of #38333E
Black with #38333E
Text Example
Text Example
White with #38333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38333E; }
p { color: rgb(56,51,62); }
H1.HeaderClassName
{
color: #38333E;
}
.AnyTagClassName
{
color: #38333E;
}
</style>
background-color css
<style>
a { background-color: #38333E; }
a { background-color: rgb(56,51,62); }
div.DivClassName
{
background-color: #38333E;
}
.BgClassName
{
background-color: #38333E;
}
</style>
border-color css
<style>
span { border-color: #38333E; }
span { border-color: rgb(56,51,62); }
td.TdClassName
{
border-color: #38333E;
}
.TagClassName
{
border-color: #38333E;
}
</style>