#381E30

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

Shades of Melanzane #381E30

Tints of Melanzane #381E30

Color information

#381E30 (or 0x381E30) is unknown color: approx Melanzane. HEX triplet: 38, 1E and 30. RGB value is (56,30,48). Sum of RGB (Red+Green+Blue) = 56+30+48=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #381E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E30 is #C7E1CF. Grayscale: #272727. Windows color (decimal): -13099472 or 3153464. OLE color: 3153464.

HSL color Cylindrical-coordinate representation of color #381E30: hue angle of 318.46º 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 #381E30 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB563048-
CMYK00.460.140.78
HSL318.46º30.23%16.86%-
HSV(B)318.46º46.43%21.96%-
XYZ2.631.983.04-
YUV39.83132.61139.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 30 (12.11% from 255) = 22.39%
BLUE value IS 48 (19.14% from 255) = 35.82%
R=41.79%
G=22.39%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56304800.460.140.78318.4630.2316.86
Hex381E3002EE4E13e1e11
Octal703660056161164763621
Binary111000111101100000101110111010011101001111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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