#382634

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

Shades of Melanzane #382634

Tints of Melanzane #382634

Color information

#382634 (or 0x382634) is unknown color: approx Melanzane. HEX triplet: 38, 26 and 34. RGB value is (56,38,52). Sum of RGB (Red+Green+Blue) = 56+38+52=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382634 is #C7D9CB. Grayscale: #2C2C2C. Windows color (decimal): -13097420 or 3417656. OLE color: 3417656.

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

Color convert

RGB563852-
CMYK00.320.070.78
HSL313.33º19.15%18.43%-
HSV(B)313.33º32.14%21.96%-
XYZ2.942.473.57-
YUV44.98131.96135.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.36%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=38.36%
G=26.03%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56385200.320.070.78313.3319.1518.43
Hex38263402074E1391312
Octal70466404071164712322
Binary111000100110110100010000011110011101001110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382634; }

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

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

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

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

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

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

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

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