#382435

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

Shades of Melanzane #382435

Tints of Melanzane #382435

Color information

#382435 (or 0x382435) is unknown color: approx Melanzane. HEX triplet: 38, 24 and 35. RGB value is (56,36,53). Sum of RGB (Red+Green+Blue) = 56+36+53=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382435 is #C7DBCA. Grayscale: #2B2B2B. Windows color (decimal): -13097931 or 3482680. OLE color: 3482680.

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

Color convert

RGB563653-
CMYK00.360.050.78
HSL309º21.74%18.04%-
HSV(B)309º35.71%21.96%-
XYZ2.92.363.67-
YUV43.92133.13136.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 36 (14.45% from 255) = 24.83%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=38.62%
G=24.83%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56365300.360.050.7830921.7418.04
Hex38243502454E1351612
Octal70446504451164652622
Binary111000100100110101010010010110011101001101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382435; }

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

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

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

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

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

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

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

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