#24121F

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

Shades of Melanzane #24121F

Tints of Melanzane #24121F

Color information

#24121F (or 0x24121F) is unknown color: approx Melanzane. HEX triplet: 24, 12 and 1F. RGB value is (36,18,31). Sum of RGB (Red+Green+Blue) = 36+18+31=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #24121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24121F is #DBEDE0. Grayscale: #181818. Windows color (decimal): -14413281 or 2036260. OLE color: 2036260.

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

Color convert

RGB361831-
CMYK00.50.140.86
HSL316.67º33.33%10.59%-
HSV(B)316.67º50%14.12%-
XYZ1.190.911.41-
YUV24.86131.46135.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.35%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=42.35%
G=21.18%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36183100.50.140.86316.6733.3310.59
Hex24121F032E5613d21b
Octal442237062161264754113
Binary10010010010111110110010111010101101001111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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