#321E2D

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

Shades of Melanzane #321E2D

Tints of Melanzane #321E2D

Color information

#321E2D (or 0x321E2D) is unknown color: approx Melanzane. HEX triplet: 32, 1E and 2D. RGB value is (50,30,45). Sum of RGB (Red+Green+Blue) = 50+30+45=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #321E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E2D is #CDE1D2. Grayscale: #252525. Windows color (decimal): -13492691 or 2956850. OLE color: 2956850.

HSL color Cylindrical-coordinate representation of color #321E2D: hue angle of 315º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #321E2D is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB503045-
CMYK00.400.100.80
HSL315º25%15.69%-
HSV(B)315º40%19.61%-
XYZ2.251.82.71-
YUV37.69132.13136.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 45 (17.97% from 255) = 36%
R=40%
G=24%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50304500.400.100.803152515.69
Hex321E2D028A5013b1910
Octal623655050121204733120
Binary110010111101011010101000101010100001001110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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