#321E2A

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

Shades of Melanzane #321E2A

Tints of Melanzane #321E2A

Color information

#321E2A (or 0x321E2A) is unknown color: approx Melanzane. HEX triplet: 32, 1E and 2A. RGB value is (50,30,42). Sum of RGB (Red+Green+Blue) = 50+30+42=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #321E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E2A is #CDE1D5. Grayscale: #252525. Windows color (decimal): -13492694 or 2760242. OLE color: 2760242.

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

Color convert

RGB503042-
CMYK00.400.160.80
HSL324º25%15.69%-
HSV(B)324º40%19.61%-
XYZ2.21.772.42-
YUV37.35130.63137.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=40.98%
G=24.59%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50304200.400.160.803242515.69
Hex321E2A02810501441910
Octal623652050201205043120
Binary1100101111010101001010001000010100001010001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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