#322630

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

Shades of Melanzane #322630

Tints of Melanzane #322630

Color information

#322630 (or 0x322630) is unknown color: approx Melanzane. HEX triplet: 32, 26 and 30. RGB value is (50,38,48). Sum of RGB (Red+Green+Blue) = 50+38+48=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #322630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322630 is #CDD9CF. Grayscale: #2A2A2A. Windows color (decimal): -13490640 or 3155506. OLE color: 3155506.

HSL color Cylindrical-coordinate representation of color #322630: hue angle of 310º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #322630 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB503848-
CMYK00.240.040.80
HSL310º13.64%17.25%-
HSV(B)310º24%19.61%-
XYZ2.542.283.1-
YUV42.73130.98133.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 38 (15.23% from 255) = 27.94%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=36.76%
G=27.94%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50384800.240.040.8031013.6417.25
Hex322630018450136e11
Octal62466003041204661621
Binary1100101001101100000110001001010000100110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322630; }

 p { color: rgb(50,38,48); }

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

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

 a { background-color: rgb(50,38,48); }

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

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

 span { border-color: rgb(50,38,48); }

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