#382532

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

Shades of Melanzane #382532

Tints of Melanzane #382532

Color information

#382532 (or 0x382532) is unknown color: approx Melanzane. HEX triplet: 38, 25 and 32. RGB value is (56,37,50). Sum of RGB (Red+Green+Blue) = 56+37+50=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382532 is #C7DACD. Grayscale: #2C2C2C. Windows color (decimal): -13097678 or 3286328. OLE color: 3286328.

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

Color convert

RGB563750-
CMYK00.340.110.78
HSL318.95º20.43%18.24%-
HSV(B)318.95º33.93%21.96%-
XYZ2.872.393.33-
YUV44.16131.29136.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=39.16%
G=25.87%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56375000.340.110.78318.9520.4318.24
Hex382532022B4E13f1412
Octal704562042131164772422
Binary1110001001011100100100010101110011101001111111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382532; }

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

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

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

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

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

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

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

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