#382D48

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

Shades of Martinique #382D48

Tints of Martinique #382D48

Color information

#382D48 (or 0x382D48) is unknown color: approx Martinique. HEX triplet: 38, 2D and 48. RGB value is (56,45,72). Sum of RGB (Red+Green+Blue) = 56+45+72=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #382D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D48 is #C7D2B7. Grayscale: #333333. Windows color (decimal): -13095608 or 4730168. OLE color: 4730168.

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

Color convert

RGB564572-
CMYK0.220.3800.72
HSL264.44º23.08%22.94%-
HSV(B)264.44º37.5%28.24%-
XYZ3.743.196.55-
YUV51.37139.64131.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=32.37%
G=26.01%
B=41.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5645720.220.3800.72264.4423.0822.94
Hex382D4816260481081717
Octal7055110264601104102727
Binary111000101101100100010110100110010010001000010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,45,72); }

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

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

 a { background-color: rgb(56,45,72); }

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

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

 span { border-color: rgb(56,45,72); }

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