#331D2A

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

Shades of Melanzane #331D2A

Tints of Melanzane #331D2A

Color information

#331D2A (or 0x331D2A) is unknown color: approx Melanzane. HEX triplet: 33, 1D and 2A. RGB value is (51,29,42). Sum of RGB (Red+Green+Blue) = 51+29+42=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 51 - color contains mainly: red. Hex color #331D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D2A is #CCE2D5. Grayscale: #252525. Windows color (decimal): -13427414 or 2759987. OLE color: 2759987.

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

Color convert

RGB512942-
CMYK00.430.180.8
HSL324.55º27.5%15.69%-
HSV(B)324.55º43.14%20%-
XYZ2.221.752.41-
YUV37.06130.79137.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.80%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=41.80%
G=23.77%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51294200.430.180.8324.5527.515.69
Hex331D2A02B12501451c10
Octal633552053221205053420
Binary1100111110110101001010111001010100001010001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,29,42); }

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

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

 a { background-color: rgb(51,29,42); }

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

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

 span { border-color: rgb(51,29,42); }

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