#241A20

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

Shades of Melanzane #241A20

Tints of Melanzane #241A20

Color information

#241A20 (or 0x241A20) is unknown color: approx Melanzane. HEX triplet: 24, 1A and 20. RGB value is (36,26,32). Sum of RGB (Red+Green+Blue) = 36+26+32=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 36 - color contains mainly: red. Hex color #241A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A20 is #DBE5DF. Grayscale: #1D1D1D. Windows color (decimal): -14411232 or 2103844. OLE color: 2103844.

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

Color convert

RGB362632-
CMYK00.280.110.86
HSL324º16.13%12.16%-
HSV(B)324º27.78%14.12%-
XYZ1.361.221.53-
YUV29.67129.31132.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 26 (10.55% from 255) = 27.66%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=38.30%
G=27.66%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36263200.280.110.8632416.1312.16
Hex241A2001CB5614410c
Octal443240034131265042014
Binary1001001101010000001110010111010110101000100100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241A20; }

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

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

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

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

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

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

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

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