#241120

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

Shades of Melanzane #241120

Tints of Melanzane #241120

Color information

#241120 (or 0x241120) is unknown color: approx Melanzane. HEX triplet: 24, 11 and 20. RGB value is (36,17,32). Sum of RGB (Red+Green+Blue) = 36+17+32=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #241120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241120 is #DBEEDF. Grayscale: #181818. Windows color (decimal): -14413536 or 2101540. OLE color: 2101540.

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

Color convert

RGB361732-
CMYK00.530.110.86
HSL312.63º35.85%10.39%-
HSV(B)312.63º52.78%14.12%-
XYZ1.190.881.47-
YUV24.39132.29136.28-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.35%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 32 (12.89% from 255) = 37.65%
R=42.35%
G=20%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36173200.530.110.86312.6335.8510.39
Hex241120035B5613924a
Octal442140065131264714412
Binary100100100011000000110101101110101101001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241120; }

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

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

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

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

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

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

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

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