#382030

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

Shades of Melanzane #382030

Tints of Melanzane #382030

Color information

#382030 (or 0x382030) is unknown color: approx Melanzane. HEX triplet: 38, 20 and 30. RGB value is (56,32,48). Sum of RGB (Red+Green+Blue) = 56+32+48=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #382030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382030 is #C7DFCF. Grayscale: #282828. Windows color (decimal): -13098960 or 3153976. OLE color: 3153976.

HSL color Cylindrical-coordinate representation of color #382030: hue angle of 320º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382030 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB563248-
CMYK00.430.140.78
HSL320º27.27%17.25%-
HSV(B)320º42.86%21.96%-
XYZ2.682.093.06-
YUV41131.95138.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 32 (12.89% from 255) = 23.53%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=41.18%
G=23.53%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56324800.430.140.7832027.2717.25
Hex38203002BE4E1401b11
Octal704060053161165003321
Binary1110001000001100000101011111010011101010000001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382030; }

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

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

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

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

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

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

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

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