#24191F

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

Shades of Melanzane #24191F

Tints of Melanzane #24191F

Color information

#24191F (or 0x24191F) is unknown color: approx Melanzane. HEX triplet: 24, 19 and 1F. RGB value is (36,25,31). Sum of RGB (Red+Green+Blue) = 36+25+31=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 36 - color contains mainly: red. Hex color #24191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24191F is #DBE6E0. Grayscale: #1C1C1C. Windows color (decimal): -14411489 or 2038052. OLE color: 2038052.

HSL color Cylindrical-coordinate representation of color #24191F: hue angle of 327.27º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #24191F is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB362531-
CMYK00.310.140.86
HSL327.27º18.03%11.96%-
HSV(B)327.27º30.56%14.12%-
XYZ1.321.171.45-
YUV28.97129.14133.01-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 25 (10.16% from 255) = 27.17%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=39.13%
G=27.17%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36253100.310.140.86327.2718.0311.96
Hex24191F01FE5614712c
Octal443137037161265072214
Binary100100110011111101111111101010110101000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24191F; }

 p { color: rgb(36,25,31); }

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

<style>
 a { background-color: #24191F; }

 a { background-color: rgb(36,25,31); }

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

<style>
 span { border-color: #24191F; }

 span { border-color: rgb(36,25,31); }

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