#382F47

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

Shades of Martinique #382F47

Tints of Martinique #382F47

Color information

#382F47 (or 0x382F47) is unknown color: approx Martinique. HEX triplet: 38, 2F and 47. RGB value is (56,47,71). Sum of RGB (Red+Green+Blue) = 56+47+71=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: blue. Hex color #382F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F47 is #C7D0B8. Grayscale: #343434. Windows color (decimal): -13095097 or 4665144. OLE color: 4665144.

HSL color Cylindrical-coordinate representation of color #382F47: hue angle of 262.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382F47 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB564771-
CMYK0.210.3400.72
HSL262.5º20.34%23.14%-
HSV(B)262.5º33.8%27.84%-
XYZ3.783.336.4-
YUV52.43138.48130.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 71 (28.12% from 255) = 40.80%
R=32.18%
G=27.01%
B=40.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5647710.210.3400.72262.520.3423.14
Hex382F4715220481061417
Octal7057107254201104062427
Binary111000101111100011110101100010010010001000001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382F47; }

 p { color: rgb(56,47,71); }

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

<style>
 a { background-color: #382F47; }

 a { background-color: rgb(56,47,71); }

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

<style>
 span { border-color: #382F47; }

 span { border-color: rgb(56,47,71); }

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