#24121D

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

Shades of Melanzane #24121D

Tints of Melanzane #24121D

Color information

#24121D (or 0x24121D) is unknown color: approx Melanzane. HEX triplet: 24, 12 and 1D. RGB value is (36,18,29). Sum of RGB (Red+Green+Blue) = 36+18+29=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #24121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24121D is #DBEDE2. Grayscale: #181818. Windows color (decimal): -14413283 or 1905188. OLE color: 1905188.

HSL color Cylindrical-coordinate representation of color #24121D: hue angle of 323.33º 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 #24121D is Cyan = 0, Magento = 0.5, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB361829-
CMYK00.50.190.86
HSL323.33º33.33%10.59%-
HSV(B)323.33º50%14.12%-
XYZ1.170.91.27-
YUV24.64130.46136.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.37%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=43.37%
G=21.69%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36182900.50.190.86323.3333.3310.59
Hex24121D032135614321b
Octal442235062231265034113
Binary100100100101110101100101001110101101010000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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