#321C2B

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

Shades of Melanzane #321C2B

Tints of Melanzane #321C2B

Color information

#321C2B (or 0x321C2B) is unknown color: approx Melanzane. HEX triplet: 32, 1C and 2B. RGB value is (50,28,43). Sum of RGB (Red+Green+Blue) = 50+28+43=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C2B is #CDE3D4. Grayscale: #242424. Windows color (decimal): -13493205 or 2825266. OLE color: 2825266.

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

Color convert

RGB502843-
CMYK00.440.140.80
HSL319.09º28.21%15.29%-
HSV(B)319.09º44%19.61%-
XYZ2.171.682.5-
YUV36.29131.79137.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=41.32%
G=23.14%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50284300.440.140.80319.0928.2115.29
Hex321C2B02CE5013f1cf
Octal623453054161204773417
Binary11001011100101011010110011101010000100111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,28,43); }

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

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

 a { background-color: rgb(50,28,43); }

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

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

 span { border-color: rgb(50,28,43); }

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