#292026

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

Shades of Melanzane #292026

Tints of Melanzane #292026

Color information

#292026 (or 0x292026) is unknown color: approx Melanzane. HEX triplet: 29, 20 and 26. RGB value is (41,32,38). Sum of RGB (Red+Green+Blue) = 41+32+38=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 41 - color contains mainly: red. Hex color #292026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292026 is #D6DFD9. Grayscale: #232323. Windows color (decimal): -14082010 or 2498601. OLE color: 2498601.

HSL color Cylindrical-coordinate representation of color #292026: hue angle of 320º 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 #292026 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB413238-
CMYK00.220.070.84
HSL320º12.33%14.31%-
HSV(B)320º21.95%16.08%-
XYZ1.781.642.06-
YUV35.38129.48132.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 36.94%
GREEN value IS 32 (12.89% from 255) = 28.83%
BLUE value IS 38 (15.23% from 255) = 34.23%
R=36.94%
G=28.83%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41323800.220.070.8432012.3314.31
Hex292026016754140ce
Octal51404602671245001416
Binary101001100000100110010110111101010010100000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292026; }

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

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

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

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

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

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

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

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