#291F27

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

Shades of Melanzane #291F27

Tints of Melanzane #291F27

Color information

#291F27 (or 0x291F27) is unknown color: approx Melanzane. HEX triplet: 29, 1F and 27. RGB value is (41,31,39). Sum of RGB (Red+Green+Blue) = 41+31+39=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 41 - color contains mainly: red. Hex color #291F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F27 is #D6E0D8. Grayscale: #222222. Windows color (decimal): -14082265 or 2563881. OLE color: 2563881.

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

Color convert

RGB413139-
CMYK00.240.050.84
HSL312º13.89%14.12%-
HSV(B)312º24.39%16.08%-
XYZ1.771.62.13-
YUV34.9130.31132.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 31 (12.5% from 255) = 27.93%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=36.94%
G=27.93%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41313900.240.050.8431213.8914.12
Hex291F27018554138ee
Octal51374703051244701616
Binary10100111111100111011000101101010010011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291F27; }

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

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

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

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

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

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

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

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