#2D2029

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

Shades of Melanzane #2D2029

Tints of Melanzane #2D2029

Color information

#2D2029 (or 0x2D2029) is unknown color: approx Melanzane. HEX triplet: 2D, 20 and 29. RGB value is (45,32,41). Sum of RGB (Red+Green+Blue) = 45+32+41=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2029 is #D2DFD6. Grayscale: #242424. Windows color (decimal): -13819863 or 2695213. OLE color: 2695213.

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

Color convert

RGB453241-
CMYK00.290.090.82
HSL318.46º16.88%15.1%-
HSV(B)318.46º28.89%17.65%-
XYZ21.752.33-
YUV36.91130.31133.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 38.14%
GREEN value IS 32 (12.89% from 255) = 27.12%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=38.14%
G=27.12%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45324100.290.090.82318.4616.8815.1
Hex2D202901D95213e11f
Octal554051035111224762117
Binary10110110000010100101110110011010010100111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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