#382734

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

Shades of Melanzane #382734

Tints of Melanzane #382734

Color information

#382734 (or 0x382734) is unknown color: approx Melanzane. HEX triplet: 38, 27 and 34. RGB value is (56,39,52). Sum of RGB (Red+Green+Blue) = 56+39+52=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 39 (15.62% from 255 or 26.53% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #382734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382734 is #C7D8CB. Grayscale: #2D2D2D. Windows color (decimal): -13097164 or 3417912. OLE color: 3417912.

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

Color convert

RGB563952-
CMYK00.300.070.78
HSL314.12º17.89%18.63%-
HSV(B)314.12º30.36%21.96%-
XYZ2.982.543.58-
YUV45.56131.63135.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 39 (15.62% from 255) = 26.53%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=38.10%
G=26.53%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56395200.300.070.78314.1217.8918.63
Hex38273401E74E13a1213
Octal70476403671164722223
Binary11100010011111010001111011110011101001110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382734; }

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

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

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

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

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

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

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

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