#321A2C

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

Shades of Melanzane #321A2C

Tints of Melanzane #321A2C

Color information

#321A2C (or 0x321A2C) is unknown color: approx Melanzane. HEX triplet: 32, 1A and 2C. RGB value is (50,26,44). Sum of RGB (Red+Green+Blue) = 50+26+44=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #321A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A2C is #CDE5D3. Grayscale: #232323. Windows color (decimal): -13493716 or 2890290. OLE color: 2890290.

HSL color Cylindrical-coordinate representation of color #321A2C: hue angle of 315º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #321A2C is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB502644-
CMYK00.480.120.80
HSL315º31.58%14.9%-
HSV(B)315º48%19.61%-
XYZ2.141.62.58-
YUV35.23132.95138.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 26 (10.55% from 255) = 21.67%
BLUE value IS 44 (17.58% from 255) = 36.67%
R=41.67%
G=21.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50264400.480.120.8031531.5814.9
Hex321A2C030C5013b20f
Octal623254060141204734017
Binary110010110101011000110000110010100001001110111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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