#292025

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

Shades of Melanzane #292025

Tints of Melanzane #292025

Color information

#292025 (or 0x292025) is unknown color: approx Melanzane. HEX triplet: 29, 20 and 25. RGB value is (41,32,37). Sum of RGB (Red+Green+Blue) = 41+32+37=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 41 - color contains mainly: red. Hex color #292025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292025 is #D6DFDA. Grayscale: #232323. Windows color (decimal): -14082011 or 2433065. OLE color: 2433065.

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

Color convert

RGB413237-
CMYK00.220.100.84
HSL326.67º12.33%14.31%-
HSV(B)326.67º21.95%16.08%-
XYZ1.761.641.97-
YUV35.26128.98132.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 37.27%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=37.27%
G=29.09%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41323700.220.100.84326.6712.3314.31
Hex292025016A54147ce
Octal514045026121245071416
Binary1010011000001001010101101010101010010100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292025; }

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

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

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

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

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

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

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

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