Shades of Martinique #38324A
Tints of Martinique #38324A
RGB
CMYK
RGB Variations
Color information
#38324A (or 0x38324A) is known color: Martinique. HEX triplet: 38, 32 and 4A. RGB value is (56,50,74). Sum of RGB (Red+Green+Blue) = 56+50+74=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #38324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38324A is #C7CDB5. Grayscale: #363636. Windows color (decimal): -13094326 or 4862520. OLE color: 4862520.
HSL color Cylindrical-coordinate representation of color #38324A: hue angle of 255º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38324A is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 50 | 74 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.71 |
| HSL | 255º | 0.19% | 0.24% | - |
| HSV(B) | 255º | 0.32% | 0.29% | - |
| XYZ | 4.01 | 3.62 | 6.97 | - |
| YUV | 54.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 74 | 0.24 | 0.32 | 0 | 0.71 | 255 | 0.19 | 0.24 |
| Hex | 38 | 32 | 4A | 18 | 20 | 0 | 47 | FF | 13 | 18 |
| Octal | 70 | 62 | 112 | 30 | 40 | 0 | 107 | 377 | 23 | 30 |
| Binary | 111000 | 110010 | 1001010 | 11000 | 100000 | 0 | 1000111 | 11111111 | 10011 | 11000 |
Color Harmonies of #38324A
Complementary color
Monochromatic Colors of #38324A
Black with #38324A
Text Example
Text Example
White with #38324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38324A; }
p { color: rgb(56,50,74); }
H1.HeaderClassName
{
color: #38324A;
}
.AnyTagClassName
{
color: #38324A;
}
</style>
background-color css
<style>
a { background-color: #38324A; }
a { background-color: rgb(56,50,74); }
div.DivClassName
{
background-color: #38324A;
}
.BgClassName
{
background-color: #38324A;
}
</style>
border-color css
<style>
span { border-color: #38324A; }
span { border-color: rgb(56,50,74); }
td.TdClassName
{
border-color: #38324A;
}
.TagClassName
{
border-color: #38324A;
}
</style>