#240A1C

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

Shades of Melanzane #240A1C

Tints of Melanzane #240A1C

Color information

#240A1C (or 0x240A1C) is unknown color: approx Melanzane. HEX triplet: 24, 0A and 1C. RGB value is (36,10,28). Sum of RGB (Red+Green+Blue) = 36+10+28=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #240A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A1C is #DBF5E3. Grayscale: #131313. Windows color (decimal): -14415332 or 1837604. OLE color: 1837604.

HSL color Cylindrical-coordinate representation of color #240A1C: hue angle of 318.46º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A1C is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB361028-
CMYK00.720.220.86
HSL318.46º56.52%9.02%-
HSV(B)318.46º72.22%14.12%-
XYZ1.050.681.17-
YUV19.83132.61139.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48.65%
GREEN value IS 10 (4.30% from 255) = 13.51%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=48.65%
G=13.51%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36102800.720.220.86318.4656.529.02
Hex24A1C048165613e399
Octal4412340110261264767111
Binary100100101011100010010001011010101101001111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A1C; }

 p { color: rgb(36,10,28); }

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

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

 a { background-color: rgb(36,10,28); }

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

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

 span { border-color: rgb(36,10,28); }

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