#24131F

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

Shades of Melanzane #24131F

Tints of Melanzane #24131F

Color information

#24131F (or 0x24131F) is unknown color: approx Melanzane. HEX triplet: 24, 13 and 1F. RGB value is (36,19,31). Sum of RGB (Red+Green+Blue) = 36+19+31=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 36 - color contains mainly: red. Hex color #24131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24131F is #DBECE0. Grayscale: #191919. Windows color (decimal): -14413025 or 2036516. OLE color: 2036516.

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

Color convert

RGB361931-
CMYK00.470.140.86
HSL317.65º30.91%10.78%-
HSV(B)317.65º47.22%14.12%-
XYZ1.210.941.41-
YUV25.45131.13135.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.86%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=41.86%
G=22.09%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36193100.470.140.86317.6530.9110.78
Hex24131F02FE5613e1fb
Octal442337057161264763713
Binary1001001001111111010111111101010110100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24131F; }

 p { color: rgb(36,19,31); }

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

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

 a { background-color: rgb(36,19,31); }

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

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

 span { border-color: rgb(36,19,31); }

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