#2D2329

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

Shades of Melanzane #2D2329

Tints of Melanzane #2D2329

Color information

#2D2329 (or 0x2D2329) is unknown color: approx Melanzane. HEX triplet: 2D, 23 and 29. RGB value is (45,35,41). Sum of RGB (Red+Green+Blue) = 45+35+41=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2329 is #D2DCD6. Grayscale: #262626. Windows color (decimal): -13819095 or 2695981. OLE color: 2695981.

HSL color Cylindrical-coordinate representation of color #2D2329: hue angle of 324º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D2329 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB453541-
CMYK00.220.090.82
HSL324º12.5%15.69%-
HSV(B)324º22.22%17.65%-
XYZ2.081.922.36-
YUV38.67129.31132.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.19%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=37.19%
G=28.93%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45354100.220.090.8232412.515.69
Hex2D2329016952144c10
Octal554351026111225041420
Binary10110110001110100101011010011010010101000100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D2329; }

 p { color: rgb(45,35,41); }

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

<style>
 a { background-color: #2D2329; }

 a { background-color: rgb(45,35,41); }

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

<style>
 span { border-color: #2D2329; }

 span { border-color: rgb(45,35,41); }

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