#381832

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

Shades of Melanzane #381832

Tints of Melanzane #381832

Color information

#381832 (or 0x381832) is unknown color: approx Melanzane. HEX triplet: 38, 18 and 32. RGB value is (56,24,50). Sum of RGB (Red+Green+Blue) = 56+24+50=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #381832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381832 is #C7E7CD. Grayscale: #242424. Windows color (decimal): -13101006 or 3283000. OLE color: 3283000.

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

Color convert

RGB562450-
CMYK00.570.110.78
HSL311.25º40%15.69%-
HSV(B)311.25º57.14%21.96%-
XYZ2.531.723.22-
YUV36.53135.6141.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 50 (19.92% from 255) = 38.46%
R=43.08%
G=18.46%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56245000.570.110.78311.254015.69
Hex381832039B4E1372810
Octal703062071131164675020
Binary1110001100011001001110011011100111010011011110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381832; }

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

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

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

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

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

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

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

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