#382331

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

Shades of Melanzane #382331

Tints of Melanzane #382331

Color information

#382331 (or 0x382331) is unknown color: approx Melanzane. HEX triplet: 38, 23 and 31. RGB value is (56,35,49). Sum of RGB (Red+Green+Blue) = 56+35+49=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #382331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382331 is #C7DCCE. Grayscale: #2A2A2A. Windows color (decimal): -13098191 or 3220280. OLE color: 3220280.

HSL color Cylindrical-coordinate representation of color #382331: hue angle of 320º 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 #382331 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB563549-
CMYK00.370.120.78
HSL320º23.08%17.84%-
HSV(B)320º37.5%21.96%-
XYZ2.792.263.2-
YUV42.88131.46137.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40%
GREEN value IS 35 (14.06% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 35%
R=40%
G=25%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56354900.370.120.7832023.0817.84
Hex382331025C4E1401712
Octal704361045141165002722
Binary1110001000111100010100101110010011101010000001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382331; }

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

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

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

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

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

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

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

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