#381631

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

Shades of Melanzane #381631

Tints of Melanzane #381631

Color information

#381631 (or 0x381631) is unknown color: approx Melanzane. HEX triplet: 38, 16 and 31. RGB value is (56,22,49). Sum of RGB (Red+Green+Blue) = 56+22+49=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381631 is #C7E9CE. Grayscale: #232323. Windows color (decimal): -13101519 or 3216952. OLE color: 3216952.

HSL color Cylindrical-coordinate representation of color #381631: hue angle of 312.35º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #381631 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB562249-
CMYK00.610.120.78
HSL312.35º43.59%15.29%-
HSV(B)312.35º60.71%21.96%-
XYZ2.471.643.09-
YUV35.24135.76142.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 49 (19.53% from 255) = 38.58%
R=44.09%
G=17.32%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56224900.610.120.78312.3543.5915.29
Hex38163103DC4E1382cf
Octal702661075141164705417
Binary111000101101100010111101110010011101001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381631; }

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

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

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

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

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

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

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

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