#382C34

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

Shades of Melanzane #382C34

Tints of Melanzane #382C34

Color information

#382C34 (or 0x382C34) is unknown color: approx Melanzane. HEX triplet: 38, 2C and 34. RGB value is (56,44,52). Sum of RGB (Red+Green+Blue) = 56+44+52=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 56 - color contains mainly: red. Hex color #382C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C34 is #C7D3CB. Grayscale: #303030. Windows color (decimal): -13095884 or 3419192. OLE color: 3419192.

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

Color convert

RGB564452-
CMYK00.210.070.78
HSL320º12%19.61%-
HSV(B)320º21.43%21.96%-
XYZ3.152.893.64-
YUV48.5129.98133.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.84%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=36.84%
G=28.95%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56445200.210.070.783201219.61
Hex382C3401574E140c14
Octal70546402571165001424
Binary1110001011001101000101011111001110101000000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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