#331D2F

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

Shades of Melanzane #331D2F

Tints of Melanzane #331D2F

Color information

#331D2F (or 0x331D2F) is unknown color: approx Melanzane. HEX triplet: 33, 1D and 2F. RGB value is (51,29,47). Sum of RGB (Red+Green+Blue) = 51+29+47=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 51 - color contains mainly: red. Hex color #331D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D2F is #CCE2D0. Grayscale: #252525. Windows color (decimal): -13427409 or 3087667. OLE color: 3087667.

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

Color convert

RGB512947-
CMYK00.430.080.8
HSL310.91º27.5%15.69%-
HSV(B)310.91º43.14%20%-
XYZ2.321.792.91-
YUV37.63133.29137.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.16%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=40.16%
G=22.83%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51294700.430.080.8310.9127.515.69
Hex331D2F02B8501371c10
Octal633557053101204673420
Binary110011111011011110101011100010100001001101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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