#382332

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

Shades of Melanzane #382332

Tints of Melanzane #382332

Color information

#382332 (or 0x382332) is unknown color: approx Melanzane. HEX triplet: 38, 23 and 32. RGB value is (56,35,50). Sum of RGB (Red+Green+Blue) = 56+35+50=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382332 is #C7DCCD. Grayscale: #2A2A2A. Windows color (decimal): -13098190 or 3285816. OLE color: 3285816.

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

Color convert

RGB563550-
CMYK00.370.110.78
HSL317.14º23.08%17.84%-
HSV(B)317.14º37.5%21.96%-
XYZ2.812.273.31-
YUV42.99131.96137.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 50 (19.92% from 255) = 35.46%
R=39.72%
G=24.82%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56355000.370.110.78317.1423.0817.84
Hex382332025B4E13d1712
Octal704362045131164752722
Binary1110001000111100100100101101110011101001111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382332; }

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

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

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

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

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

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

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

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