#240C1C

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

Shades of Melanzane #240C1C

Tints of Melanzane #240C1C

Color information

#240C1C (or 0x240C1C) is unknown color: approx Melanzane. HEX triplet: 24, 0C and 1C. RGB value is (36,12,28). Sum of RGB (Red+Green+Blue) = 36+12+28=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 12 (5.08% from 255 or 15.79% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #240C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C1C is #DBF3E3. Grayscale: #141414. Windows color (decimal): -14414820 or 1838116. OLE color: 1838116.

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

Color convert

RGB361228-
CMYK00.670.220.86
HSL320º50%9.41%-
HSV(B)320º66.67%14.12%-
XYZ1.070.721.18-
YUV21131.95138.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 12 (5.08% from 255) = 15.79%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=47.37%
G=15.79%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36122800.670.220.86320509.41
Hex24C1C0431656140329
Octal4414340103261265006211
Binary100100110011100010000111011010101101010000001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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