#382832

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

Shades of Melanzane #382832

Tints of Melanzane #382832

Color information

#382832 (or 0x382832) is unknown color: approx Melanzane. HEX triplet: 38, 28 and 32. RGB value is (56,40,50). Sum of RGB (Red+Green+Blue) = 56+40+50=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382832 is #C7D7CD. Grayscale: #2D2D2D. Windows color (decimal): -13096910 or 3287096. OLE color: 3287096.

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

Color convert

RGB564050-
CMYK00.290.110.78
HSL322.5º16.67%18.82%-
HSV(B)322.5º28.57%21.96%-
XYZ2.972.593.36-
YUV45.92130.3135.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 50 (19.92% from 255) = 34.25%
R=38.36%
G=27.40%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56405000.290.110.78322.516.6718.82
Hex38283201DB4E1421113
Octal705062035131165022123
Binary111000101000110010011101101110011101010000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382832; }

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

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

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

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

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

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

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

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