#331D2D

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

Shades of Melanzane #331D2D

Tints of Melanzane #331D2D

Color information

#331D2D (or 0x331D2D) is unknown color: approx Melanzane. HEX triplet: 33, 1D and 2D. RGB value is (51,29,45). Sum of RGB (Red+Green+Blue) = 51+29+45=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #331D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D2D is #CCE2D2. Grayscale: #252525. Windows color (decimal): -13427411 or 2956595. OLE color: 2956595.

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

Color convert

RGB512945-
CMYK00.430.120.8
HSL316.36º27.5%15.69%-
HSV(B)316.36º43.14%20%-
XYZ2.281.772.7-
YUV37.4132.29137.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 29 (11.72% from 255) = 23.2%
BLUE value IS 45 (17.97% from 255) = 36%
R=40.8%
G=23.2%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51294500.430.120.8316.3627.515.69
Hex331D2D02BC5013c1c10
Octal633555053141204743420
Binary110011111011011010101011110010100001001111001110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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