#291124

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

Shades of Melanzane #291124

Tints of Melanzane #291124

Color information

#291124 (or 0x291124) is unknown color: approx Melanzane. HEX triplet: 29, 11 and 24. RGB value is (41,17,36). Sum of RGB (Red+Green+Blue) = 41+17+36=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #291124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291124 is #D6EEDB. Grayscale: #1A1A1A. Windows color (decimal): -14085852 or 2363689. OLE color: 2363689.

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

Color convert

RGB411736-
CMYK00.590.120.84
HSL312.5º41.38%11.37%-
HSV(B)312.5º58.54%16.08%-
XYZ1.4311.79-
YUV26.34133.45138.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 17 (7.03% from 255) = 18.09%
BLUE value IS 36 (14.45% from 255) = 38.30%
R=43.62%
G=18.09%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41173600.590.120.84312.541.3811.37
Hex29112403BC5413829b
Octal512144073141244705113
Binary101001100011001000111011110010101001001110001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291124; }

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

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

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

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

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

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

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

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