#321D2E

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

Shades of Melanzane #321D2E

Tints of Melanzane #321D2E

Color information

#321D2E (or 0x321D2E) is unknown color: approx Melanzane. HEX triplet: 32, 1D and 2E. RGB value is (50,29,46). Sum of RGB (Red+Green+Blue) = 50+29+46=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #321D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D2E is #CDE2D1. Grayscale: #252525. Windows color (decimal): -13492946 or 3022130. OLE color: 3022130.

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

Color convert

RGB502946-
CMYK00.420.080.80
HSL311.43º26.58%15.49%-
HSV(B)311.43º42%19.61%-
XYZ2.251.752.8-
YUV37.22132.96137.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 29 (11.72% from 255) = 23.2%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=40%
G=23.2%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50294600.420.080.80311.4326.5815.49
Hex321D2E02A8501371bf
Octal623556052101204673317
Binary11001011101101110010101010001010000100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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