#382535

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

Shades of Melanzane #382535

Tints of Melanzane #382535

Color information

#382535 (or 0x382535) is unknown color: approx Melanzane. HEX triplet: 38, 25 and 35. RGB value is (56,37,53). Sum of RGB (Red+Green+Blue) = 56+37+53=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382535 is #C7DACA. Grayscale: #2C2C2C. Windows color (decimal): -13097675 or 3482936. OLE color: 3482936.

HSL color Cylindrical-coordinate representation of color #382535: hue angle of 309.47º 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 #382535 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB563753-
CMYK00.340.050.78
HSL309.47º20.43%18.24%-
HSV(B)309.47º33.93%21.96%-
XYZ2.942.423.68-
YUV44.5132.79136.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 53 (21.09% from 255) = 36.30%
R=38.36%
G=25.34%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56375300.340.050.78309.4720.4318.24
Hex38253502254E1351412
Octal70456504251164652422
Binary111000100101110101010001010110011101001101011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382535; }

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

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

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

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

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

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

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

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