#291224

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

Shades of Melanzane #291224

Tints of Melanzane #291224

Color information

#291224 (or 0x291224) is unknown color: approx Melanzane. HEX triplet: 29, 12 and 24. RGB value is (41,18,36). Sum of RGB (Red+Green+Blue) = 41+18+36=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 41 - color contains mainly: red. Hex color #291224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291224 is #D6EDDB. Grayscale: #1A1A1A. Windows color (decimal): -14085596 or 2363945. OLE color: 2363945.

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

Color convert

RGB411836-
CMYK00.560.120.84
HSL313.04º38.98%11.57%-
HSV(B)313.04º56.1%16.08%-
XYZ1.451.031.79-
YUV26.93133.12138.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.16%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 36 (14.45% from 255) = 37.89%
R=43.16%
G=18.95%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41183600.560.120.84313.0438.9811.57
Hex291224038C5413927c
Octal512244070141244714714
Binary101001100101001000111000110010101001001110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291224; }

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

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

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

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

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

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

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

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