#321B2E

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

Shades of Melanzane #321B2E

Tints of Melanzane #321B2E

Color information

#321B2E (or 0x321B2E) is unknown color: approx Melanzane. HEX triplet: 32, 1B and 2E. RGB value is (50,27,46). Sum of RGB (Red+Green+Blue) = 50+27+46=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #321B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B2E is #CDE4D1. Grayscale: #232323. Windows color (decimal): -13493458 or 3021618. OLE color: 3021618.

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

Color convert

RGB502746-
CMYK00.460.080.80
HSL310.43º29.87%15.1%-
HSV(B)310.43º46%19.61%-
XYZ2.21.662.79-
YUV36.04133.62137.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 27 (10.94% from 255) = 21.95%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=40.65%
G=21.95%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50274600.460.080.80310.4329.8715.1
Hex321B2E02E8501361ef
Octal623356056101204663617
Binary11001011011101110010111010001010000100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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