Shades of Martinique #383240
Tints of Martinique #383240
RGB
CMYK
RGB Variations
Color information
#383240 (or 0x383240) is known color: Martinique. HEX triplet: 38, 32 and 40. RGB value is (56,50,64). Sum of RGB (Red+Green+Blue) = 56+50+64=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 64 - color contains mainly: blue. Hex color #383240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383240 is #C7CDBF. Grayscale: #353535. Windows color (decimal): -13094336 or 4207160. OLE color: 4207160.
HSL color Cylindrical-coordinate representation of color #383240: hue angle of 265.71º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #383240 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 50 | 64 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.75 |
| HSL | 265.71º | 0.12% | 0.22% | - |
| HSV(B) | 265.71º | 0.22% | 0.25% | - |
| XYZ | 3.7 | 3.49 | 5.33 | - |
| YUV | 53.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 64 | 0.13 | 0.22 | 0 | 0.75 | 265.71 | 0.12 | 0.22 |
| Hex | 38 | 32 | 40 | D | 16 | 0 | 4B | 10A | C | 16 |
| Octal | 70 | 62 | 100 | 15 | 26 | 0 | 113 | 412 | 14 | 26 |
| Binary | 111000 | 110010 | 1000000 | 1101 | 10110 | 0 | 1001011 | 100001010 | 1100 | 10110 |
Color Harmonies of #383240
Complementary color
Monochromatic Colors of #383240
Black with #383240
Text Example
Text Example
White with #383240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383240; }
p { color: rgb(56,50,64); }
H1.HeaderClassName
{
color: #383240;
}
.AnyTagClassName
{
color: #383240;
}
</style>
background-color css
<style>
a { background-color: #383240; }
a { background-color: rgb(56,50,64); }
div.DivClassName
{
background-color: #383240;
}
.BgClassName
{
background-color: #383240;
}
</style>
border-color css
<style>
span { border-color: #383240; }
span { border-color: rgb(56,50,64); }
td.TdClassName
{
border-color: #383240;
}
.TagClassName
{
border-color: #383240;
}
</style>