#240E20

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

Shades of Melanzane #240E20

Tints of Melanzane #240E20

Color information

#240E20 (or 0x240E20) is unknown color: approx Melanzane. HEX triplet: 24, 0E and 20. RGB value is (36,14,32). Sum of RGB (Red+Green+Blue) = 36+14+32=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #240E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E20 is #DBF1DF. Grayscale: #161616. Windows color (decimal): -14414304 or 2100772. OLE color: 2100772.

HSL color Cylindrical-coordinate representation of color #240E20: hue angle of 310.91º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #240E20 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB361432-
CMYK00.610.110.86
HSL310.91º44%9.8%-
HSV(B)310.91º61.11%14.12%-
XYZ1.150.791.46-
YUV22.63133.29137.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=43.90%
G=17.07%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36143200.610.110.86310.91449.8
Hex24E2003DB561372ca
Octal441640075131264675412
Binary10010011101000000111101101110101101001101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240E20; }

 p { color: rgb(36,14,32); }

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

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

 a { background-color: rgb(36,14,32); }

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

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

 span { border-color: rgb(36,14,32); }

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