#322730

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

Shades of Melanzane #322730

Tints of Melanzane #322730

Color information

#322730 (or 0x322730) is unknown color: approx Melanzane. HEX triplet: 32, 27 and 30. RGB value is (50,39,48). Sum of RGB (Red+Green+Blue) = 50+39+48=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 50 - color contains mainly: red. Hex color #322730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322730 is #CDD8CF. Grayscale: #2B2B2B. Windows color (decimal): -13490384 or 3155762. OLE color: 3155762.

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

Color convert

RGB503948-
CMYK00.220.040.80
HSL310.91º12.36%17.45%-
HSV(B)310.91º22%19.61%-
XYZ2.572.343.11-
YUV43.32130.64132.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.50%
GREEN value IS 39 (15.62% from 255) = 28.47%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=36.50%
G=28.47%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50394800.220.040.80310.9112.3617.45
Hex322730016450137c11
Octal62476002641204671421
Binary1100101001111100000101101001010000100110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322730; }

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

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

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

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

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

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

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

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