#331E2E

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

Shades of Melanzane #331E2E

Tints of Melanzane #331E2E

Color information

#331E2E (or 0x331E2E) is unknown color: approx Melanzane. HEX triplet: 33, 1E and 2E. RGB value is (51,30,46). Sum of RGB (Red+Green+Blue) = 51+30+46=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #331E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E2E is #CCE1D1. Grayscale: #262626. Windows color (decimal): -13427154 or 3022387. OLE color: 3022387.

HSL color Cylindrical-coordinate representation of color #331E2E: hue angle of 314.29º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E2E is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB513046-
CMYK00.410.100.8
HSL314.29º25.93%15.88%-
HSV(B)314.29º41.18%20%-
XYZ2.321.832.82-
YUV38.1132.46137.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 30 (12.11% from 255) = 23.62%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=40.16%
G=23.62%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51304600.410.100.8314.2925.9315.88
Hex331E2E029A5013a1a10
Octal633656051121204723220
Binary110011111101011100101001101010100001001110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,30,46); }

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

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

 a { background-color: rgb(51,30,46); }

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

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

 span { border-color: rgb(51,30,46); }

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