#382330

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

Shades of Melanzane #382330

Tints of Melanzane #382330

Color information

#382330 (or 0x382330) is unknown color: approx Melanzane. HEX triplet: 38, 23 and 30. RGB value is (56,35,48). Sum of RGB (Red+Green+Blue) = 56+35+48=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #382330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382330 is #C7DCCF. Grayscale: #2A2A2A. Windows color (decimal): -13098192 or 3154744. OLE color: 3154744.

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

Color convert

RGB563548-
CMYK00.370.140.78
HSL322.86º23.08%17.84%-
HSV(B)322.86º37.5%21.96%-
XYZ2.772.263.09-
YUV42.76130.96137.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=40.29%
G=25.18%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56354800.370.140.78322.8623.0817.84
Hex382330025E4E1431712
Octal704360045161165032722
Binary1110001000111100000100101111010011101010000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382330; }

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

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

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

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

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

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

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

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