#331A2C

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

Shades of Melanzane #331A2C

Tints of Melanzane #331A2C

Color information

#331A2C (or 0x331A2C) is unknown color: approx Melanzane. HEX triplet: 33, 1A and 2C. RGB value is (51,26,44). Sum of RGB (Red+Green+Blue) = 51+26+44=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #331A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A2C is #CCE5D3. Grayscale: #232323. Windows color (decimal): -13428180 or 2890291. OLE color: 2890291.

HSL color Cylindrical-coordinate representation of color #331A2C: hue angle of 316.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A2C is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB512644-
CMYK00.490.140.8
HSL316.8º32.47%15.1%-
HSV(B)316.8º49.02%20%-
XYZ2.191.622.58-
YUV35.53132.78139.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=42.15%
G=21.49%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51264400.490.140.8316.832.4715.1
Hex331A2C031E5013d20f
Octal633254061161204754017
Binary110011110101011000110001111010100001001111011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A2C; }

 p { color: rgb(51,26,44); }

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

<style>
 a { background-color: #331A2C; }

 a { background-color: rgb(51,26,44); }

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

<style>
 span { border-color: #331A2C; }

 span { border-color: rgb(51,26,44); }

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