#382F45

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

Shades of Martinique #382F45

Tints of Martinique #382F45

Color information

#382F45 (or 0x382F45) is unknown color: approx Martinique. HEX triplet: 38, 2F and 45. RGB value is (56,47,69). Sum of RGB (Red+Green+Blue) = 56+47+69=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 69 - color contains mainly: blue. Hex color #382F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F45 is #C7D0BA. Grayscale: #343434. Windows color (decimal): -13095099 or 4534072. OLE color: 4534072.

HSL color Cylindrical-coordinate representation of color #382F45: hue angle of 264.55º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #382F45 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB564769-
CMYK0.190.3200.73
HSL264.55º18.97%22.75%-
HSV(B)264.55º31.88%27.06%-
XYZ3.723.36.07-
YUV52.2137.48130.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 47 (18.75% from 255) = 27.33%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=32.56%
G=27.33%
B=40.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5647690.190.3200.73264.5518.9722.75
Hex382F4513200491091317
Octal7057105234001114112327
Binary111000101111100010110011100000010010011000010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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