#2D1629

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

Shades of Melanzane #2D1629

Tints of Melanzane #2D1629

Color information

#2D1629 (or 0x2D1629) is unknown color: approx Melanzane. HEX triplet: 2D, 16 and 29. RGB value is (45,22,41). Sum of RGB (Red+Green+Blue) = 45+22+41=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1629 is #D2E9D6. Grayscale: #1E1E1E. Windows color (decimal): -13822423 or 2692653. OLE color: 2692653.

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

Color convert

RGB452241-
CMYK00.510.090.82
HSL310.43º34.33%13.14%-
HSV(B)310.43º51.11%17.65%-
XYZ1.771.292.25-
YUV31.04133.62137.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 41.67%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=41.67%
G=20.37%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45224100.510.090.82310.4334.3313.14
Hex2D162903395213622d
Octal552651063111224664215
Binary101101101101010010110011100110100101001101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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