#291322

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

Shades of Melanzane #291322

Tints of Melanzane #291322

Color information

#291322 (or 0x291322) is unknown color: approx Melanzane. HEX triplet: 29, 13 and 22. RGB value is (41,19,34). Sum of RGB (Red+Green+Blue) = 41+19+34=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #291322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291322 is #D6ECDD. Grayscale: #1B1B1B. Windows color (decimal): -14085342 or 2233129. OLE color: 2233129.

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

Color convert

RGB411934-
CMYK00.540.170.84
HSL319.09º36.67%11.76%-
HSV(B)319.09º53.66%16.08%-
XYZ1.441.051.64-
YUV27.29131.79137.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 43.62%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 34 (13.67% from 255) = 36.17%
R=43.62%
G=20.21%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41193400.540.170.84319.0936.6711.76
Hex291322036115413f25c
Octal512342066211244774514
Binary1010011001110001001101101000110101001001111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291322; }

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

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

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

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

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

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

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

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