#382A35

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

Shades of Melanzane #382A35

Tints of Melanzane #382A35

Color information

#382A35 (or 0x382A35) is unknown color: approx Melanzane. HEX triplet: 38, 2A and 35. RGB value is (56,42,53). Sum of RGB (Red+Green+Blue) = 56+42+53=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #382A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A35 is #C7D5CA. Grayscale: #2F2F2F. Windows color (decimal): -13096395 or 3484216. OLE color: 3484216.

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

Color convert

RGB564253-
CMYK00.250.050.78
HSL312.86º14.29%19.22%-
HSV(B)312.86º25%21.96%-
XYZ3.12.753.74-
YUV47.44131.14134.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.09%
GREEN value IS 42 (16.80% from 255) = 27.81%
BLUE value IS 53 (21.09% from 255) = 35.10%
R=37.09%
G=27.81%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56425300.250.050.78312.8614.2919.22
Hex382A3501954E139e13
Octal70526503151164711623
Binary1110001010101101010110011011001110100111001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,42,53); }

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

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

 a { background-color: rgb(56,42,53); }

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

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

 span { border-color: rgb(56,42,53); }

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