#381B32

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

Shades of Melanzane #381B32

Tints of Melanzane #381B32

Color information

#381B32 (or 0x381B32) is unknown color: approx Melanzane. HEX triplet: 38, 1B and 32. RGB value is (56,27,50). Sum of RGB (Red+Green+Blue) = 56+27+50=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B32 is #C7E4CD. Grayscale: #262626. Windows color (decimal): -13100238 or 3283768. OLE color: 3283768.

HSL color Cylindrical-coordinate representation of color #381B32: hue angle of 312.41º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B32 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB562750-
CMYK00.520.110.78
HSL312.41º34.94%16.27%-
HSV(B)312.41º51.79%21.96%-
XYZ2.61.853.24-
YUV38.29134.61140.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 27 (10.94% from 255) = 20.30%
BLUE value IS 50 (19.92% from 255) = 37.59%
R=42.11%
G=20.30%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56275000.520.110.78312.4134.9416.27
Hex381B32034B4E1382310
Octal703362064131164704320
Binary1110001101111001001101001011100111010011100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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