#381D32

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

Shades of Melanzane #381D32

Tints of Melanzane #381D32

Color information

#381D32 (or 0x381D32) is unknown color: approx Melanzane. HEX triplet: 38, 1D and 32. RGB value is (56,29,50). Sum of RGB (Red+Green+Blue) = 56+29+50=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #381D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D32 is #C7E2CD. Grayscale: #272727. Windows color (decimal): -13099726 or 3284280. OLE color: 3284280.

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

Color convert

RGB562950-
CMYK00.480.110.78
HSL313.33º31.76%16.67%-
HSV(B)313.33º48.21%21.96%-
XYZ2.651.953.25-
YUV39.47133.95139.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=41.48%
G=21.48%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56295000.480.110.78313.3331.7616.67
Hex381D32030B4E1392011
Octal703562060131164714021
Binary1110001110111001001100001011100111010011100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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