#291523

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

Shades of Melanzane #291523

Tints of Melanzane #291523

Color information

#291523 (or 0x291523) is unknown color: approx Melanzane. HEX triplet: 29, 15 and 23. RGB value is (41,21,35). Sum of RGB (Red+Green+Blue) = 41+21+35=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 41 - color contains mainly: red. Hex color #291523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291523 is #D6EADC. Grayscale: #1C1C1C. Windows color (decimal): -14084829 or 2299177. OLE color: 2299177.

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

Color convert

RGB412135-
CMYK00.490.150.84
HSL318º32.26%12.16%-
HSV(B)318º48.78%16.08%-
XYZ1.491.131.73-
YUV28.58131.63136.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 42.27%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 35 (14.06% from 255) = 36.08%
R=42.27%
G=21.65%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41213500.490.150.8431832.2612.16
Hex291523031F5413e20c
Octal512543061171244764014
Binary101001101011000110110001111110101001001111101000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291523; }

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

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

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

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

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

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

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

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