Shades of Martinique #383245
Tints of Martinique #383245
RGB
CMYK
RGB Variations
Color information
#383245 (or 0x383245) is known color: Martinique. HEX triplet: 38, 32 and 45. RGB value is (56,50,69). Sum of RGB (Red+Green+Blue) = 56+50+69=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 69 - color contains mainly: blue. Hex color #383245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383245 is #C7CDBA. Grayscale: #353535. Windows color (decimal): -13094331 or 4534840. OLE color: 4534840.
HSL color Cylindrical-coordinate representation of color #383245: hue angle of 258.95º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #383245 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 56 | 50 | 69 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.73 |
| HSL | 258.95º | 0.16% | 0.23% | - |
| HSV(B) | 258.95º | 0.28% | 0.27% | - |
| XYZ | 3.85 | 3.55 | 6.11 | - |
| YUV | 53.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 69 | 0.19 | 0.28 | 0 | 0.73 | 258.95 | 0.16 | 0.23 |
| Hex | 38 | 32 | 45 | 13 | 1C | 0 | 49 | 103 | 10 | 17 |
| Octal | 70 | 62 | 105 | 23 | 34 | 0 | 111 | 403 | 20 | 27 |
| Binary | 111000 | 110010 | 1000101 | 10011 | 11100 | 0 | 1001001 | 100000011 | 10000 | 10111 |
Color Harmonies of #383245
Complementary color
Monochromatic Colors of #383245
Black with #383245
Text Example
Text Example
White with #383245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383245; }
p { color: rgb(56,50,69); }
H1.HeaderClassName
{
color: #383245;
}
.AnyTagClassName
{
color: #383245;
}
</style>
background-color css
<style>
a { background-color: #383245; }
a { background-color: rgb(56,50,69); }
div.DivClassName
{
background-color: #383245;
}
.BgClassName
{
background-color: #383245;
}
</style>
border-color css
<style>
span { border-color: #383245; }
span { border-color: rgb(56,50,69); }
td.TdClassName
{
border-color: #383245;
}
.TagClassName
{
border-color: #383245;
}
</style>