#291424

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

Shades of Melanzane #291424

Tints of Melanzane #291424

Color information

#291424 (or 0x291424) is unknown color: approx Melanzane. HEX triplet: 29, 14 and 24. RGB value is (41,20,36). Sum of RGB (Red+Green+Blue) = 41+20+36=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #291424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291424 is #D6EBDB. Grayscale: #1C1C1C. Windows color (decimal): -14085084 or 2364457. OLE color: 2364457.

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

Color convert

RGB412036-
CMYK00.510.120.84
HSL314.29º34.43%11.96%-
HSV(B)314.29º51.22%16.08%-
XYZ1.481.11.8-
YUV28.1132.46137.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.27%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 36 (14.45% from 255) = 37.11%
R=42.27%
G=20.62%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41203600.510.120.84314.2934.4311.96
Hex291424033C5413a22c
Octal512444063141244724214
Binary101001101001001000110011110010101001001110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291424; }

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

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

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

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

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

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

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

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