#321B2D

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

Shades of Melanzane #321B2D

Tints of Melanzane #321B2D

Color information

#321B2D (or 0x321B2D) is unknown color: approx Melanzane. HEX triplet: 32, 1B and 2D. RGB value is (50,27,45). Sum of RGB (Red+Green+Blue) = 50+27+45=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #321B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B2D is #CDE4D2. Grayscale: #232323. Windows color (decimal): -13493459 or 2956082. OLE color: 2956082.

HSL color Cylindrical-coordinate representation of color #321B2D: hue angle of 313.04º 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 #321B2D is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB502745-
CMYK00.460.100.80
HSL313.04º29.87%15.1%-
HSV(B)313.04º46%19.61%-
XYZ2.181.652.69-
YUV35.93133.12138.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 27 (10.94% from 255) = 22.13%
BLUE value IS 45 (17.97% from 255) = 36.89%
R=40.98%
G=22.13%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50274500.460.100.80313.0429.8715.1
Hex321B2D02EA501391ef
Octal623355056121204713617
Binary11001011011101101010111010101010000100111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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