#241420

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

Shades of Melanzane #241420

Tints of Melanzane #241420

Color information

#241420 (or 0x241420) is unknown color: approx Melanzane. HEX triplet: 24, 14 and 20. RGB value is (36,20,32). Sum of RGB (Red+Green+Blue) = 36+20+32=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #241420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241420 is #DBEBDF. Grayscale: #1A1A1A. Windows color (decimal): -14412768 or 2102308. OLE color: 2102308.

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

Color convert

RGB362032-
CMYK00.440.110.86
HSL315º28.57%10.98%-
HSV(B)315º44.44%14.12%-
XYZ1.240.981.49-
YUV26.15131.3135.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=40.91%
G=22.73%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36203200.440.110.8631528.5710.98
Hex24142002CB5613b1db
Octal442440054131264733513
Binary10010010100100000010110010111010110100111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241420; }

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

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

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

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

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

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

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

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