#382E49

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

Shades of Martinique #382E49

Tints of Martinique #382E49

Color information

#382E49 (or 0x382E49) is unknown color: approx Martinique. HEX triplet: 38, 2E and 49. RGB value is (56,46,73). Sum of RGB (Red+Green+Blue) = 56+46+73=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #382E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382E49 is #C7D1B6. Grayscale: #333333. Windows color (decimal): -13095351 or 4795960. OLE color: 4795960.

HSL color Cylindrical-coordinate representation of color #382E49: hue angle of 262.22º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #382E49 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB564673-
CMYK0.230.3700.71
HSL262.22º22.69%23.33%-
HSV(B)262.22º36.99%28.63%-
XYZ3.813.286.73-
YUV52.07139.81130.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=32%
G=26.29%
B=41.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5646730.230.3700.71262.2222.6923.33
Hex382E4917250471061717
Octal7056111274501074062727
Binary111000101110100100110111100101010001111000001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,46,73); }

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

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

 a { background-color: rgb(56,46,73); }

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

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

 span { border-color: rgb(56,46,73); }

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