#292128

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

Shades of Melanzane #292128

Tints of Melanzane #292128

Color information

#292128 (or 0x292128) is unknown color: approx Melanzane. HEX triplet: 29, 21 and 28. RGB value is (41,33,40). Sum of RGB (Red+Green+Blue) = 41+33+40=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 41 - color contains mainly: red. Hex color #292128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292128 is #D6DED7. Grayscale: #242424. Windows color (decimal): -14081752 or 2629929. OLE color: 2629929.

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

Color convert

RGB413340-
CMYK00.200.020.84
HSL307.5º10.81%14.51%-
HSV(B)307.5º19.51%16.08%-
XYZ1.841.712.24-
YUV36.19130.15131.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 35.96%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=35.96%
G=28.95%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41334000.200.020.84307.510.8114.51
Hex292128014254134bf
Octal51415002421244641317
Binary10100110000110100001010010101010010011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292128; }

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

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

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

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

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

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

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

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