#321A29

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

Shades of Melanzane #321A29

Tints of Melanzane #321A29

Color information

#321A29 (or 0x321A29) is unknown color: approx Melanzane. HEX triplet: 32, 1A and 29. RGB value is (50,26,41). Sum of RGB (Red+Green+Blue) = 50+26+41=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #321A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A29 is #CDE5D6. Grayscale: #222222. Windows color (decimal): -13493719 or 2693682. OLE color: 2693682.

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

Color convert

RGB502641-
CMYK00.480.180.80
HSL322.5º31.58%14.9%-
HSV(B)322.5º48%19.61%-
XYZ2.091.582.29-
YUV34.89131.45138.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=42.74%
G=22.22%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50264100.480.180.80322.531.5814.9
Hex321A29030125014220f
Octal623251060221205024017
Binary1100101101010100101100001001010100001010000101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,26,41); }

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

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

 a { background-color: rgb(50,26,41); }

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

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

 span { border-color: rgb(50,26,41); }

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