#291123

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

Shades of Melanzane #291123

Tints of Melanzane #291123

Color information

#291123 (or 0x291123) is unknown color: approx Melanzane. HEX triplet: 29, 11 and 23. RGB value is (41,17,35). Sum of RGB (Red+Green+Blue) = 41+17+35=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 41 - color contains mainly: red. Hex color #291123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291123 is #D6EEDC. Grayscale: #1A1A1A. Windows color (decimal): -14085853 or 2298153. OLE color: 2298153.

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

Color convert

RGB411735-
CMYK00.590.150.84
HSL315º41.38%11.37%-
HSV(B)315º58.54%16.08%-
XYZ1.420.991.71-
YUV26.23132.95138.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 44.09%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 35 (14.06% from 255) = 37.63%
R=44.09%
G=18.28%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41173500.590.150.8431541.3811.37
Hex29112303BF5413b29b
Octal512143073171244735113
Binary101001100011000110111011111110101001001110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291123; }

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

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

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

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

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

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

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

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