#321B2C

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

Shades of Melanzane #321B2C

Tints of Melanzane #321B2C

Color information

#321B2C (or 0x321B2C) is unknown color: approx Melanzane. HEX triplet: 32, 1B and 2C. RGB value is (50,27,44). Sum of RGB (Red+Green+Blue) = 50+27+44=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B2C is #CDE4D3. Grayscale: #232323. Windows color (decimal): -13493460 or 2890546. OLE color: 2890546.

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

Color convert

RGB502744-
CMYK00.460.120.80
HSL315.65º29.87%15.1%-
HSV(B)315.65º46%19.61%-
XYZ2.161.642.59-
YUV35.82132.62138.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=41.32%
G=22.31%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50274400.460.120.80315.6529.8715.1
Hex321B2C02EC5013c1ef
Octal623354056141204743617
Binary11001011011101100010111011001010000100111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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