#381D31

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

Shades of Melanzane #381D31

Tints of Melanzane #381D31

Color information

#381D31 (or 0x381D31) is unknown color: approx Melanzane. HEX triplet: 38, 1D and 31. RGB value is (56,29,49). Sum of RGB (Red+Green+Blue) = 56+29+49=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #381D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D31 is #C7E2CE. Grayscale: #272727. Windows color (decimal): -13099727 or 3218744. OLE color: 3218744.

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

Color convert

RGB562949-
CMYK00.480.120.78
HSL315.56º31.76%16.67%-
HSV(B)315.56º48.21%21.96%-
XYZ2.621.943.14-
YUV39.35133.45139.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 29 (11.72% from 255) = 21.64%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=41.79%
G=21.64%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56294900.480.120.78315.5631.7616.67
Hex381D31030C4E13c2011
Octal703561060141164744021
Binary1110001110111000101100001100100111010011110010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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