#290D22

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

Shades of Melanzane #290D22

Tints of Melanzane #290D22

Color information

#290D22 (or 0x290D22) is unknown color: approx Melanzane. HEX triplet: 29, 0D and 22. RGB value is (41,13,34). Sum of RGB (Red+Green+Blue) = 41+13+34=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 41 - color contains mainly: red. Hex color #290D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D22 is #D6F2DD. Grayscale: #171717. Windows color (decimal): -14086878 or 2231593. OLE color: 2231593.

HSL color Cylindrical-coordinate representation of color #290D22: hue angle of 315º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #290D22 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB411334-
CMYK00.680.170.84
HSL315º51.85%10.59%-
HSV(B)315º68.29%16.08%-
XYZ1.350.871.61-
YUV23.77133.78140.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 46.59%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 34 (13.67% from 255) = 38.64%
R=46.59%
G=14.77%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41133400.680.170.8431551.8510.59
Hex29D22044115413b34b
Octal5115420104211244736413
Binary1010011101100010010001001000110101001001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290D22; }

 p { color: rgb(41,13,34); }

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

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

 a { background-color: rgb(41,13,34); }

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

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

 span { border-color: rgb(41,13,34); }

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