#382B34

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

Shades of Melanzane #382B34

Tints of Melanzane #382B34

Color information

#382B34 (or 0x382B34) is unknown color: approx Melanzane. HEX triplet: 38, 2B and 34. RGB value is (56,43,52). Sum of RGB (Red+Green+Blue) = 56+43+52=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #382B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B34 is #C7D4CB. Grayscale: #2F2F2F. Windows color (decimal): -13096140 or 3418936. OLE color: 3418936.

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

Color convert

RGB564352-
CMYK00.230.070.78
HSL318.46º13.13%19.41%-
HSV(B)318.46º23.21%21.96%-
XYZ3.112.823.63-
YUV47.91130.31133.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 43 (17.19% from 255) = 28.48%
BLUE value IS 52 (20.70% from 255) = 34.44%
R=37.09%
G=28.48%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56435200.230.070.78318.4613.1319.41
Hex382B3401774E13ed13
Octal70536402771164761523
Binary1110001010111101000101111111001110100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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