#382735

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

Shades of Melanzane #382735

Tints of Melanzane #382735

Color information

#382735 (or 0x382735) is unknown color: approx Melanzane. HEX triplet: 38, 27 and 35. RGB value is (56,39,53). Sum of RGB (Red+Green+Blue) = 56+39+53=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #382735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382735 is #C7D8CA. Grayscale: #2D2D2D. Windows color (decimal): -13097163 or 3483448. OLE color: 3483448.

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

Color convert

RGB563953-
CMYK00.300.050.78
HSL310.59º17.89%18.63%-
HSV(B)310.59º30.36%21.96%-
XYZ32.553.7-
YUV45.68132.13135.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=37.84%
G=26.35%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56395300.300.050.78310.5917.8918.63
Hex38273501E54E1371213
Octal70476503651164672223
Binary11100010011111010101111010110011101001101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382735; }

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

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

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

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

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

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

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

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