#381932

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

Shades of Melanzane #381932

Tints of Melanzane #381932

Color information

#381932 (or 0x381932) is unknown color: approx Melanzane. HEX triplet: 38, 19 and 32. RGB value is (56,25,50). Sum of RGB (Red+Green+Blue) = 56+25+50=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381932 is #C7E6CD. Grayscale: #252525. Windows color (decimal): -13100750 or 3283256. OLE color: 3283256.

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

Color convert

RGB562550-
CMYK00.550.110.78
HSL311.61º38.27%15.88%-
HSV(B)311.61º55.36%21.96%-
XYZ2.551.773.22-
YUV37.12135.27141.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=42.75%
G=19.08%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56255000.550.110.78311.6138.2715.88
Hex381932037B4E1382610
Octal703162067131164704620
Binary1110001100111001001101111011100111010011100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381932; }

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

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

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

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

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

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

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

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