#291524

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

Shades of Melanzane #291524

Tints of Melanzane #291524

Color information

#291524 (or 0x291524) is unknown color: approx Melanzane. HEX triplet: 29, 15 and 24. RGB value is (41,21,36). Sum of RGB (Red+Green+Blue) = 41+21+36=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 41 - color contains mainly: red. Hex color #291524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291524 is #D6EADB. Grayscale: #1C1C1C. Windows color (decimal): -14084828 or 2364713. OLE color: 2364713.

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

Color convert

RGB412136-
CMYK00.490.120.84
HSL315º32.26%12.16%-
HSV(B)315º48.78%16.08%-
XYZ1.51.141.81-
YUV28.69132.13136.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 41.84%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 36 (14.45% from 255) = 36.73%
R=41.84%
G=21.43%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41213600.490.120.8431532.2612.16
Hex291524031C5413b20c
Octal512544061141244734014
Binary101001101011001000110001110010101001001110111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291524; }

 p { color: rgb(41,21,36); }

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

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

 a { background-color: rgb(41,21,36); }

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

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

 span { border-color: rgb(41,21,36); }

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