#240C1D

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

Shades of Melanzane #240C1D

Tints of Melanzane #240C1D

Color information

#240C1D (or 0x240C1D) is unknown color: approx Melanzane. HEX triplet: 24, 0C and 1D. RGB value is (36,12,29). Sum of RGB (Red+Green+Blue) = 36+12+29=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #240C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C1D is #DBF3E2. Grayscale: #151515. Windows color (decimal): -14414819 or 1903652. OLE color: 1903652.

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

Color convert

RGB361229-
CMYK00.670.190.86
HSL317.5º50%9.41%-
HSV(B)317.5º66.67%14.12%-
XYZ1.080.731.25-
YUV21.11132.45138.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.75%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=46.75%
G=15.58%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36122900.670.190.86317.5509.41
Hex24C1D043135613e329
Octal4414350103231264766211
Binary100100110011101010000111001110101101001111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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