#331F2E

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

Shades of Melanzane #331F2E

Tints of Melanzane #331F2E

Color information

#331F2E (or 0x331F2E) is unknown color: approx Melanzane. HEX triplet: 33, 1F and 2E. RGB value is (51,31,46). Sum of RGB (Red+Green+Blue) = 51+31+46=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 51 - color contains mainly: red. Hex color #331F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331F2E is #CCE0D1. Grayscale: #262626. Windows color (decimal): -13426898 or 3022643. OLE color: 3022643.

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

Color convert

RGB513146-
CMYK00.390.100.8
HSL315º24.39%16.08%-
HSV(B)315º39.22%20%-
XYZ2.351.882.82-
YUV38.69132.13136.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.84%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=39.84%
G=24.22%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51314600.390.100.831524.3916.08
Hex331F2E027A5013b1810
Octal633756047121204733020
Binary110011111111011100100111101010100001001110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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