#382D34

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

Shades of Melanzane #382D34

Tints of Melanzane #382D34

Color information

#382D34 (or 0x382D34) is unknown color: approx Melanzane. HEX triplet: 38, 2D and 34. RGB value is (56,45,52). Sum of RGB (Red+Green+Blue) = 56+45+52=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #382D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382D34 is #C7D2CB. Grayscale: #313131. Windows color (decimal): -13095628 or 3419448. OLE color: 3419448.

HSL color Cylindrical-coordinate representation of color #382D34: hue angle of 321.82º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #382D34 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB564552-
CMYK00.200.070.78
HSL321.82º10.89%19.8%-
HSV(B)321.82º19.64%21.96%-
XYZ3.192.973.65-
YUV49.09129.64132.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.60%
GREEN value IS 45 (17.97% from 255) = 29.41%
BLUE value IS 52 (20.70% from 255) = 33.99%
R=36.60%
G=29.41%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56455200.200.070.78321.8210.8919.8
Hex382D3401474E142b14
Octal70556402471165021324
Binary1110001011011101000101001111001110101000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382D34; }

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

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

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

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

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

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

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

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