#240A1D

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

Shades of Melanzane #240A1D

Tints of Melanzane #240A1D

Color information

#240A1D (or 0x240A1D) is unknown color: approx Melanzane. HEX triplet: 24, 0A and 1D. RGB value is (36,10,29). Sum of RGB (Red+Green+Blue) = 36+10+29=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #240A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A1D is #DBF5E2. Grayscale: #131313. Windows color (decimal): -14415331 or 1903140. OLE color: 1903140.

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

Color convert

RGB361029-
CMYK00.720.190.86
HSL316.15º56.52%9.02%-
HSV(B)316.15º72.22%14.12%-
XYZ1.060.681.24-
YUV19.94133.11139.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48%
GREEN value IS 10 (4.30% from 255) = 13.33%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=48%
G=13.33%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36102900.720.190.86316.1556.529.02
Hex24A1D048135613c399
Octal4412350110231264747111
Binary100100101011101010010001001110101101001111001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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