#381E31

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

Shades of Melanzane #381E31

Tints of Melanzane #381E31

Color information

#381E31 (or 0x381E31) is unknown color: approx Melanzane. HEX triplet: 38, 1E and 31. RGB value is (56,30,49). Sum of RGB (Red+Green+Blue) = 56+30+49=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #381E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E31 is #C7E1CE. Grayscale: #272727. Windows color (decimal): -13099471 or 3219000. OLE color: 3219000.

HSL color Cylindrical-coordinate representation of color #381E31: hue angle of 316.15º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381E31 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB563049-
CMYK00.460.120.78
HSL316.15º30.23%16.86%-
HSV(B)316.15º46.43%21.96%-
XYZ2.651.993.15-
YUV39.94133.11139.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 30 (12.11% from 255) = 22.22%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=41.48%
G=22.22%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56304900.460.120.78316.1530.2316.86
Hex381E3102EC4E13c1e11
Octal703661056141164743621
Binary111000111101100010101110110010011101001111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381E31; }

 p { color: rgb(56,30,49); }

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

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

 a { background-color: rgb(56,30,49); }

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

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

 span { border-color: rgb(56,30,49); }

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