#382F35

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

Shades of Melanzane #382F35

Tints of Melanzane #382F35

Color information

#382F35 (or 0x382F35) is unknown color: approx Melanzane. HEX triplet: 38, 2F and 35. RGB value is (56,47,53). Sum of RGB (Red+Green+Blue) = 56+47+53=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #382F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F35 is #C7D0CA. Grayscale: #323232. Windows color (decimal): -13095115 or 3485496. OLE color: 3485496.

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

Color convert

RGB564753-
CMYK00.160.050.78
HSL320º8.74%20.2%-
HSV(B)320º16.07%21.96%-
XYZ3.293.133.8-
YUV50.38129.48132.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=35.90%
G=30.13%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56475300.160.050.783208.7420.2
Hex382F3501054E140914
Octal70576502051165001124
Binary1110001011111101010100001011001110101000000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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