#241620

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

Shades of Melanzane #241620

Tints of Melanzane #241620

Color information

#241620 (or 0x241620) is unknown color: approx Melanzane. HEX triplet: 24, 16 and 20. RGB value is (36,22,32). Sum of RGB (Red+Green+Blue) = 36+22+32=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #241620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241620 is #DBE9DF. Grayscale: #1B1B1B. Windows color (decimal): -14412256 or 2102820. OLE color: 2102820.

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

Color convert

RGB362232-
CMYK00.390.110.86
HSL317.14º24.14%11.37%-
HSV(B)317.14º38.89%14.12%-
XYZ1.281.051.5-
YUV27.33130.64134.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 24.44%
BLUE value IS 32 (12.89% from 255) = 35.56%
R=40%
G=24.44%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36223200.390.110.86317.1424.1411.37
Hex241620027B5613d18b
Octal442640047131264753013
Binary10010010110100000010011110111010110100111101110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241620; }

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

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

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

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

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

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

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

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