#240A1F

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

Shades of Melanzane #240A1F

Tints of Melanzane #240A1F

Color information

#240A1F (or 0x240A1F) is unknown color: approx Melanzane. HEX triplet: 24, 0A and 1F. RGB value is (36,10,31). Sum of RGB (Red+Green+Blue) = 36+10+31=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #240A1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A1F is #DBF5E0. Grayscale: #141414. Windows color (decimal): -14415329 or 2034212. OLE color: 2034212.

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

Color convert

RGB361031-
CMYK00.720.140.86
HSL311.54º56.52%9.02%-
HSV(B)311.54º72.22%14.12%-
XYZ1.080.691.37-
YUV20.17134.11139.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.75%
GREEN value IS 10 (4.30% from 255) = 12.99%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=46.75%
G=12.99%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36103100.720.140.86311.5456.529.02
Hex24A1F048E56138399
Octal4412370110161264707111
Binary10010010101111101001000111010101101001110001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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