#24041D

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

Shades of Melanzane #24041D

Tints of Melanzane #24041D

Color information

#24041D (or 0x24041D) is unknown color: approx Melanzane. HEX triplet: 24, 04 and 1D. RGB value is (36,4,29). Sum of RGB (Red+Green+Blue) = 36+4+29=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #24041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24041D is #DBFBE2. Grayscale: #101010. Windows color (decimal): -14416867 or 1901604. OLE color: 1901604.

HSL color Cylindrical-coordinate representation of color #24041D: hue angle of 313.12º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24041D is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB36429-
CMYK00.890.190.86
HSL313.12º80%7.84%-
HSV(B)313.12º88.89%14.12%-
XYZ0.990.551.22-
YUV16.42135.1141.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 29 (11.72% from 255) = 42.03%
R=52.17%
G=5.80%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3642900.890.190.86313.12807.84
Hex2441D0591356139508
Octal4443501312312647112010
Binary100100100111010101100110011101011010011100110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24041D; }

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

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

<style>
 a { background-color: #24041D; }

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

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

<style>
 span { border-color: #24041D; }

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

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