#331F2D

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

Shades of Melanzane #331F2D

Tints of Melanzane #331F2D

Color information

#331F2D (or 0x331F2D) is unknown color: approx Melanzane. HEX triplet: 33, 1F and 2D. RGB value is (51,31,45). Sum of RGB (Red+Green+Blue) = 51+31+45=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #331F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F2D is #CCE0D2. Grayscale: #262626. Windows color (decimal): -13426899 or 2957107. OLE color: 2957107.

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

Color convert

RGB513145-
CMYK00.390.120.8
HSL318º24.39%16.08%-
HSV(B)318º39.22%20%-
XYZ2.331.872.72-
YUV38.58131.63136.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=40.16%
G=24.41%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51314500.390.120.831824.3916.08
Hex331F2D027C5013e1810
Octal633755047141204763020
Binary110011111111011010100111110010100001001111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,31,45); }

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

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

 a { background-color: rgb(51,31,45); }

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

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

 span { border-color: rgb(51,31,45); }

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