#382132

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

Shades of Melanzane #382132

Tints of Melanzane #382132

Color information

#382132 (or 0x382132) is unknown color: approx Melanzane. HEX triplet: 38, 21 and 32. RGB value is (56,33,50). Sum of RGB (Red+Green+Blue) = 56+33+50=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382132 is #C7DECD. Grayscale: #292929. Windows color (decimal): -13098702 or 3285304. OLE color: 3285304.

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

Color convert

RGB563350-
CMYK00.410.110.78
HSL315.65º25.84%17.45%-
HSV(B)315.65º41.07%21.96%-
XYZ2.752.163.29-
YUV41.82132.62138.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 33 (13.28% from 255) = 23.74%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=40.29%
G=23.74%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56335000.410.110.78315.6525.8417.45
Hex382132029B4E13c1a11
Octal704162051131164743221
Binary1110001000011100100101001101110011101001111001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382132; }

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

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

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

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

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

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

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

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