#240B1D

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

Shades of Melanzane #240B1D

Tints of Melanzane #240B1D

Color information

#240B1D (or 0x240B1D) is unknown color: approx Melanzane. HEX triplet: 24, 0B and 1D. RGB value is (36,11,29). Sum of RGB (Red+Green+Blue) = 36+11+29=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #240B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B1D is #DBF4E2. Grayscale: #141414. Windows color (decimal): -14415075 or 1903396. OLE color: 1903396.

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

Color convert

RGB361129-
CMYK00.690.190.86
HSL316.8º53.19%9.22%-
HSV(B)316.8º69.44%14.12%-
XYZ1.070.71.24-
YUV20.53132.78139.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 11 (4.69% from 255) = 14.47%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=47.37%
G=14.47%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36112900.690.190.86316.853.199.22
Hex24B1D045135613d359
Octal4413350105231264756511
Binary100100101111101010001011001110101101001111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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