#24111F

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

Shades of Melanzane #24111F

Tints of Melanzane #24111F

Color information

#24111F (or 0x24111F) is unknown color: approx Melanzane. HEX triplet: 24, 11 and 1F. RGB value is (36,17,31). Sum of RGB (Red+Green+Blue) = 36+17+31=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 36 - color contains mainly: red. Hex color #24111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24111F is #DBEEE0. Grayscale: #181818. Windows color (decimal): -14413537 or 2036004. OLE color: 2036004.

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

Color convert

RGB361731-
CMYK00.530.140.86
HSL315.79º35.85%10.39%-
HSV(B)315.79º52.78%14.12%-
XYZ1.180.871.4-
YUV24.28131.79136.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.86%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=42.86%
G=20.24%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36173100.530.140.86315.7935.8510.39
Hex24111F035E5613c24a
Octal442137065161264744412
Binary10010010001111110110101111010101101001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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