#321A2A

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

Shades of Melanzane #321A2A

Tints of Melanzane #321A2A

Color information

#321A2A (or 0x321A2A) is unknown color: approx Melanzane. HEX triplet: 32, 1A and 2A. RGB value is (50,26,42). Sum of RGB (Red+Green+Blue) = 50+26+42=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #321A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321A2A is #CDE5D5. Grayscale: #222222. Windows color (decimal): -13493718 or 2759218. OLE color: 2759218.

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

Color convert

RGB502642-
CMYK00.480.160.80
HSL320º31.58%14.9%-
HSV(B)320º48%19.61%-
XYZ2.11.582.39-
YUV35131.95138.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=42.37%
G=22.03%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50264200.480.160.8032031.5814.9
Hex321A2A030105014020f
Octal623252060201205004017
Binary1100101101010101001100001000010100001010000001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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