#321E2C

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

Shades of Melanzane #321E2C

Tints of Melanzane #321E2C

Color information

#321E2C (or 0x321E2C) is unknown color: approx Melanzane. HEX triplet: 32, 1E and 2C. RGB value is (50,30,44). Sum of RGB (Red+Green+Blue) = 50+30+44=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #321E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E2C is #CDE1D3. Grayscale: #252525. Windows color (decimal): -13492692 or 2891314. OLE color: 2891314.

HSL color Cylindrical-coordinate representation of color #321E2C: hue angle of 318º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #321E2C is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB503044-
CMYK00.400.120.80
HSL318º25%15.69%-
HSV(B)318º40%19.61%-
XYZ2.231.792.61-
YUV37.58131.63136.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 44 (17.58% from 255) = 35.48%
R=40.32%
G=24.19%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50304400.400.120.803182515.69
Hex321E2C028C5013e1910
Octal623654050141204763120
Binary110010111101011000101000110010100001001111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321E2C; }

 p { color: rgb(50,30,44); }

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

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

 a { background-color: rgb(50,30,44); }

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

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

 span { border-color: rgb(50,30,44); }

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