#321C2A

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

Shades of Melanzane #321C2A

Tints of Melanzane #321C2A

Color information

#321C2A (or 0x321C2A) is unknown color: approx Melanzane. HEX triplet: 32, 1C and 2A. RGB value is (50,28,42). Sum of RGB (Red+Green+Blue) = 50+28+42=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #321C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C2A is #CDE3D5. Grayscale: #242424. Windows color (decimal): -13493206 or 2759730. OLE color: 2759730.

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

Color convert

RGB502842-
CMYK00.440.160.80
HSL321.82º28.21%15.29%-
HSV(B)321.82º44%19.61%-
XYZ2.151.682.4-
YUV36.17131.29137.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 28 (11.33% from 255) = 23.33%
BLUE value IS 42 (16.80% from 255) = 35%
R=41.67%
G=23.33%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50284200.440.160.80321.8228.2115.29
Hex321C2A02C10501421cf
Octal623452054201205023417
Binary110010111001010100101100100001010000101000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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