#392F49

Color #392F49 Martinique (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martinique #392F49

Tints of Martinique #392F49

Color information

#392F49 (or 0x392F49) is unknown color: approx Martinique. HEX triplet: 39, 2F and 49. RGB value is (57,47,73). Sum of RGB (Red+Green+Blue) = 57+47+73=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #392F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F49 is #C6D0B6. Grayscale: #343434. Windows color (decimal): -13029559 or 4796217. OLE color: 4796217.

HSL color Cylindrical-coordinate representation of color #392F49: hue angle of 263.08º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #392F49 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB574773-
CMYK0.220.3600.71
HSL263.08º21.67%23.53%-
HSV(B)263.08º35.62%28.63%-
XYZ3.913.386.75-
YUV52.95139.31130.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=32.20%
G=26.55%
B=41.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5747730.220.3600.71263.0821.6723.53
Hex392F4916240471071618
Octal7157111264401074072630
Binary111001101111100100110110100100010001111000001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392F49; }

 p { color: rgb(57,47,73); }

 H1.HeaderClassName
 {
   color: #392F49;
 }
 .AnyTagClassName
 {
   color: #392F49;
 }
</style>
background-color css

<style>
 a { background-color: #392F49; }

 a { background-color: rgb(57,47,73); }

 div.DivClassName
 {
   background-color: #392F49;
 }
 .BgClassName
 {
   background-color: #392F49;
 }
</style>
border-color css

<style>
 span { border-color: #392F49; }

 span { border-color: rgb(57,47,73); }

 td.TdClassName
 {
   border-color: #392F49;
 }
 .TagClassName
 {
   border-color: #392F49;
 }
</style>