#382935

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

Shades of Melanzane #382935

Tints of Melanzane #382935

Color information

#382935 (or 0x382935) is unknown color: approx Melanzane. HEX triplet: 38, 29 and 35. RGB value is (56,41,53). Sum of RGB (Red+Green+Blue) = 56+41+53=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 56 - color contains mainly: red. Hex color #382935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382935 is #C7D6CA. Grayscale: #2E2E2E. Windows color (decimal): -13096651 or 3483960. OLE color: 3483960.

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

Color convert

RGB564153-
CMYK00.270.050.78
HSL312º15.46%19.02%-
HSV(B)312º26.79%21.96%-
XYZ3.072.683.72-
YUV46.85131.47134.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 53 (21.09% from 255) = 35.33%
R=37.33%
G=27.33%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56415300.270.050.7831215.4619.02
Hex38293501B54E138f13
Octal70516503351164701723
Binary1110001010011101010110111011001110100111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382935; }

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

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

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

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

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

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

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

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