#331E2F

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

Shades of Melanzane #331E2F

Tints of Melanzane #331E2F

Color information

#331E2F (or 0x331E2F) is unknown color: approx Melanzane. HEX triplet: 33, 1E and 2F. RGB value is (51,30,47). Sum of RGB (Red+Green+Blue) = 51+30+47=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #331E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E2F is #CCE1D0. Grayscale: #262626. Windows color (decimal): -13427153 or 3087923. OLE color: 3087923.

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

Color convert

RGB513047-
CMYK00.410.080.8
HSL311.43º25.93%15.88%-
HSV(B)311.43º41.18%20%-
XYZ2.341.842.92-
YUV38.22132.96137.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 30 (12.11% from 255) = 23.44%
BLUE value IS 47 (18.75% from 255) = 36.72%
R=39.84%
G=23.44%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51304700.410.080.8311.4325.9315.88
Hex331E2F0298501371a10
Octal633657051101204673220
Binary110011111101011110101001100010100001001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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