#24141F

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

Shades of Melanzane #24141F

Tints of Melanzane #24141F

Color information

#24141F (or 0x24141F) is unknown color: approx Melanzane. HEX triplet: 24, 14 and 1F. RGB value is (36,20,31). Sum of RGB (Red+Green+Blue) = 36+20+31=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #24141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24141F is #DBEBE0. Grayscale: #1A1A1A. Windows color (decimal): -14412769 or 2036772. OLE color: 2036772.

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

Color convert

RGB362031-
CMYK00.440.140.86
HSL318.75º28.57%10.98%-
HSV(B)318.75º44.44%14.12%-
XYZ1.230.971.42-
YUV26.04130.8135.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 41.38%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=41.38%
G=22.99%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36203100.440.140.86318.7528.5710.98
Hex24141F02CE5613f1db
Octal442437054161264773513
Binary1001001010011111010110011101010110100111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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