#331E2B

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

Shades of Melanzane #331E2B

Tints of Melanzane #331E2B

Color information

#331E2B (or 0x331E2B) is unknown color: approx Melanzane. HEX triplet: 33, 1E and 2B. RGB value is (51,30,43). Sum of RGB (Red+Green+Blue) = 51+30+43=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 51 - color contains mainly: red. Hex color #331E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E2B is #CCE1D4. Grayscale: #252525. Windows color (decimal): -13427157 or 2825779. OLE color: 2825779.

HSL color Cylindrical-coordinate representation of color #331E2B: hue angle of 322.86º 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 #331E2B is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB513043-
CMYK00.410.160.8
HSL322.86º25.93%15.88%-
HSV(B)322.86º41.18%20%-
XYZ2.271.812.51-
YUV37.76130.96137.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.13%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=41.13%
G=24.19%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51304300.410.160.8322.8625.9315.88
Hex331E2B02910501431a10
Octal633653051201205033220
Binary1100111111010101101010011000010100001010000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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