Shades of Martinique #383242
Tints of Martinique #383242
RGB
CMYK
RGB Variations
Color information
#383242 (or 0x383242) is known color: Martinique. HEX triplet: 38, 32 and 42. RGB value is (56,50,66). Sum of RGB (Red+Green+Blue) = 56+50+66=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 66 - color contains mainly: blue. Hex color #383242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383242 is #C7CDBD. Grayscale: #353535. Windows color (decimal): -13094334 or 4338232. OLE color: 4338232.
HSL color Cylindrical-coordinate representation of color #383242: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #383242 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 50 | 66 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.74 |
| HSL | 262.5º | 0.14% | 0.23% | - |
| HSV(B) | 262.5º | 0.24% | 0.26% | - |
| XYZ | 3.75 | 3.52 | 5.63 | - |
| YUV | 53.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 66 | 0.15 | 0.24 | 0 | 0.74 | 262.5 | 0.14 | 0.23 |
| Hex | 38 | 32 | 42 | F | 18 | 0 | 4A | 106 | E | 17 |
| Octal | 70 | 62 | 102 | 17 | 30 | 0 | 112 | 406 | 16 | 27 |
| Binary | 111000 | 110010 | 1000010 | 1111 | 11000 | 0 | 1001010 | 100000110 | 1110 | 10111 |
Color Harmonies of #383242
Complementary color
Monochromatic Colors of #383242
Black with #383242
Text Example
Text Example
White with #383242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383242; }
p { color: rgb(56,50,66); }
H1.HeaderClassName
{
color: #383242;
}
.AnyTagClassName
{
color: #383242;
}
</style>
background-color css
<style>
a { background-color: #383242; }
a { background-color: rgb(56,50,66); }
div.DivClassName
{
background-color: #383242;
}
.BgClassName
{
background-color: #383242;
}
</style>
border-color css
<style>
span { border-color: #383242; }
span { border-color: rgb(56,50,66); }
td.TdClassName
{
border-color: #383242;
}
.TagClassName
{
border-color: #383242;
}
</style>