#292027

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

Shades of Melanzane #292027

Tints of Melanzane #292027

Color information

#292027 (or 0x292027) is unknown color: approx Melanzane. HEX triplet: 29, 20 and 27. RGB value is (41,32,39). Sum of RGB (Red+Green+Blue) = 41+32+39=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 41 - color contains mainly: red. Hex color #292027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292027 is #D6DFD8. Grayscale: #232323. Windows color (decimal): -14082009 or 2564137. OLE color: 2564137.

HSL color Cylindrical-coordinate representation of color #292027: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #292027 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.84.

Color convert

RGB413239-
CMYK00.220.050.84
HSL313.33º12.33%14.31%-
HSV(B)313.33º21.95%16.08%-
XYZ1.81.652.14-
YUV35.49129.98131.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.61%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 39 (15.62% from 255) = 34.82%
R=36.61%
G=28.57%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41323900.220.050.84313.3312.3314.31
Hex292027016554139ce
Octal51404702651244711416
Binary101001100000100111010110101101010010011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292027; }

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

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

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

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

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

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

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

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