#291423

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

Shades of Melanzane #291423

Tints of Melanzane #291423

Color information

#291423 (or 0x291423) is unknown color: approx Melanzane. HEX triplet: 29, 14 and 23. RGB value is (41,20,35). Sum of RGB (Red+Green+Blue) = 41+20+35=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #291423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291423 is #D6EBDC. Grayscale: #1B1B1B. Windows color (decimal): -14085085 or 2298921. OLE color: 2298921.

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

Color convert

RGB412035-
CMYK00.510.150.84
HSL317.14º34.43%11.96%-
HSV(B)317.14º51.22%16.08%-
XYZ1.471.091.72-
YUV27.99131.96137.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.71%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=42.71%
G=20.83%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41203500.510.150.84317.1434.4311.96
Hex291423033F5413d22c
Octal512443063171244754214
Binary101001101001000110110011111110101001001111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291423; }

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

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

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

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

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

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

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

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