#24121E

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

Shades of Melanzane #24121E

Tints of Melanzane #24121E

Color information

#24121E (or 0x24121E) is unknown color: approx Melanzane. HEX triplet: 24, 12 and 1E. RGB value is (36,18,30). Sum of RGB (Red+Green+Blue) = 36+18+30=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #24121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24121E is #DBEDE1. Grayscale: #181818. Windows color (decimal): -14413282 or 1970724. OLE color: 1970724.

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

Color convert

RGB361830-
CMYK00.50.170.86
HSL320º33.33%10.59%-
HSV(B)320º50%14.12%-
XYZ1.180.91.34-
YUV24.75130.96136.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=42.86%
G=21.43%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36183000.50.170.8632033.3310.59
Hex24121E032115614021b
Octal442236062211265004113
Binary100100100101111001100101000110101101010000001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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