#240F1D

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

Shades of Melanzane #240F1D

Tints of Melanzane #240F1D

Color information

#240F1D (or 0x240F1D) is unknown color: approx Melanzane. HEX triplet: 24, 0F and 1D. RGB value is (36,15,29). Sum of RGB (Red+Green+Blue) = 36+15+29=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #240F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F1D is #DBF0E2. Grayscale: #161616. Windows color (decimal): -14414051 or 1904420. OLE color: 1904420.

HSL color Cylindrical-coordinate representation of color #240F1D: hue angle of 320º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #240F1D is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB361529-
CMYK00.580.190.86
HSL320º41.18%10%-
HSV(B)320º58.33%14.12%-
XYZ1.120.811.26-
YUV22.88131.46137.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 29 (11.72% from 255) = 36.25%
R=45%
G=18.75%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36152900.580.190.8632041.1810
Hex24F1D03A135614029a
Octal441735072231265005112
Binary10010011111110101110101001110101101010000001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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