#241220

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

Shades of Melanzane #241220

Tints of Melanzane #241220

Color information

#241220 (or 0x241220) is unknown color: approx Melanzane. HEX triplet: 24, 12 and 20. RGB value is (36,18,32). Sum of RGB (Red+Green+Blue) = 36+18+32=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #241220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241220 is #DBEDDF. Grayscale: #181818. Windows color (decimal): -14413280 or 2101796. OLE color: 2101796.

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

Color convert

RGB361832-
CMYK00.50.110.86
HSL313.33º33.33%10.59%-
HSV(B)313.33º50%14.12%-
XYZ1.20.911.48-
YUV24.98131.96135.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=41.86%
G=20.93%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36183200.50.110.86313.3333.3310.59
Hex241220032B5613921b
Octal442240062131264714113
Binary100100100101000000110010101110101101001110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241220; }

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

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

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

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

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

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

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

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