#241920

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

Shades of Melanzane #241920

Tints of Melanzane #241920

Color information

#241920 (or 0x241920) is unknown color: approx Melanzane. HEX triplet: 24, 19 and 20. RGB value is (36,25,32). Sum of RGB (Red+Green+Blue) = 36+25+32=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 36 - color contains mainly: red. Hex color #241920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241920 is #DBE6DF. Grayscale: #1D1D1D. Windows color (decimal): -14411488 or 2103588. OLE color: 2103588.

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

Color convert

RGB362532-
CMYK00.310.110.86
HSL321.82º18.03%11.96%-
HSV(B)321.82º30.56%14.12%-
XYZ1.341.171.52-
YUV29.09129.64132.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=38.71%
G=26.88%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36253200.310.110.86321.8218.0311.96
Hex24192001FB5614212c
Octal443140037131265022214
Binary1001001100110000001111110111010110101000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241920; }

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

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

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

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

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

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

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

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