#291324

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

Shades of Melanzane #291324

Tints of Melanzane #291324

Color information

#291324 (or 0x291324) is unknown color: approx Melanzane. HEX triplet: 29, 13 and 24. RGB value is (41,19,36). Sum of RGB (Red+Green+Blue) = 41+19+36=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291324 is #D6ECDB. Grayscale: #1B1B1B. Windows color (decimal): -14085340 or 2364201. OLE color: 2364201.

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

Color convert

RGB411936-
CMYK00.540.120.84
HSL313.64º36.67%11.76%-
HSV(B)313.64º53.66%16.08%-
XYZ1.471.061.8-
YUV27.52132.79137.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 36 (14.45% from 255) = 37.5%
R=42.71%
G=19.79%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41193600.540.120.84313.6436.6711.76
Hex291324036C5413a25c
Octal512344066141244724514
Binary101001100111001000110110110010101001001110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291324; }

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

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

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

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

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

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

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

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