#321D2D

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

Shades of Melanzane #321D2D

Tints of Melanzane #321D2D

Color information

#321D2D (or 0x321D2D) is unknown color: approx Melanzane. HEX triplet: 32, 1D and 2D. RGB value is (50,29,45). Sum of RGB (Red+Green+Blue) = 50+29+45=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #321D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D2D is #CDE2D2. Grayscale: #252525. Windows color (decimal): -13492947 or 2956594. OLE color: 2956594.

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

Color convert

RGB502945-
CMYK00.420.100.80
HSL314.29º26.58%15.49%-
HSV(B)314.29º42%19.61%-
XYZ2.231.752.7-
YUV37.1132.46137.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=40.32%
G=23.39%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50294500.420.100.80314.2926.5815.49
Hex321D2D02AA5013a1bf
Octal623555052121204723317
Binary11001011101101101010101010101010000100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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