#292628

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

Shades of Melanzane #292628

Tints of Melanzane #292628

Color information

#292628 (or 0x292628) is unknown color: approx Melanzane. HEX triplet: 29, 26 and 28. RGB value is (41,38,40). Sum of RGB (Red+Green+Blue) = 41+38+40=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 41 - color contains mainly: red. Hex color #292628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292628 is #D6D9D7. Grayscale: #272727. Windows color (decimal): -14080472 or 2631209. OLE color: 2631209.

HSL color Cylindrical-coordinate representation of color #292628: hue angle of 320º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #292628 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB413840-
CMYK00.070.020.84
HSL320º3.8%15.49%-
HSV(B)320º7.32%16.08%-
XYZ1.992.012.29-
YUV39.12128.49129.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 34.45%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=34.45%
G=31.93%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41384000.070.020.843203.815.49
Hex292628072541404f
Octal514650072124500417
Binary10100110011010100001111010101001010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292628; }

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

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

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

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

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

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

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

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