#382934

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

Shades of Melanzane #382934

Tints of Melanzane #382934

Color information

#382934 (or 0x382934) is unknown color: approx Melanzane. HEX triplet: 38, 29 and 34. RGB value is (56,41,52). Sum of RGB (Red+Green+Blue) = 56+41+52=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382934 is #C7D6CB. Grayscale: #2E2E2E. Windows color (decimal): -13096652 or 3418424. OLE color: 3418424.

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

Color convert

RGB564152-
CMYK00.270.070.78
HSL316º15.46%19.02%-
HSV(B)316º26.79%21.96%-
XYZ3.042.673.6-
YUV46.74130.97134.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.58%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=37.58%
G=27.52%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56415200.270.070.7831615.4619.02
Hex38293401B74E13cf13
Octal70516403371164741723
Binary1110001010011101000110111111001110100111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382934; }

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

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

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

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

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

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

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

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