#291925

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

Shades of Melanzane #291925

Tints of Melanzane #291925

Color information

#291925 (or 0x291925) is unknown color: approx Melanzane. HEX triplet: 29, 19 and 25. RGB value is (41,25,37). Sum of RGB (Red+Green+Blue) = 41+25+37=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 41 - color contains mainly: red. Hex color #291925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291925 is #D6E6DA. Grayscale: #1F1F1F. Windows color (decimal): -14083803 or 2431273. OLE color: 2431273.

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

Color convert

RGB412537-
CMYK00.390.100.84
HSL315º24.24%12.94%-
HSV(B)315º39.02%16.08%-
XYZ1.61.31.92-
YUV31.15131.3135.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.81%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=39.81%
G=24.27%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41253700.390.100.8431524.2412.94
Hex291925027A5413b18d
Octal513145047121244733015
Binary10100111001100101010011110101010100100111011110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291925; }

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

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

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

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

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

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

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

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