#382632

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

Shades of Melanzane #382632

Tints of Melanzane #382632

Color information

#382632 (or 0x382632) is unknown color: approx Melanzane. HEX triplet: 38, 26 and 32. RGB value is (56,38,50). Sum of RGB (Red+Green+Blue) = 56+38+50=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382632 is #C7D9CD. Grayscale: #2C2C2C. Windows color (decimal): -13097422 or 3286584. OLE color: 3286584.

HSL color Cylindrical-coordinate representation of color #382632: hue angle of 320º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #382632 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB563850-
CMYK00.320.110.78
HSL320º19.15%18.43%-
HSV(B)320º32.14%21.96%-
XYZ2.92.463.34-
YUV44.75130.96136.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=38.89%
G=26.39%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56385000.320.110.7832019.1518.43
Hex382632020B4E1401312
Octal704662040131165002322
Binary1110001001101100100100000101110011101010000001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382632; }

 p { color: rgb(56,38,50); }

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

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

 a { background-color: rgb(56,38,50); }

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

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

 span { border-color: rgb(56,38,50); }

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