#24131E

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

Shades of Melanzane #24131E

Tints of Melanzane #24131E

Color information

#24131E (or 0x24131E) is unknown color: approx Melanzane. HEX triplet: 24, 13 and 1E. RGB value is (36,19,30). Sum of RGB (Red+Green+Blue) = 36+19+30=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #24131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24131E is #DBECE1. Grayscale: #191919. Windows color (decimal): -14413026 or 1970980. OLE color: 1970980.

HSL color Cylindrical-coordinate representation of color #24131E: hue angle of 321.18º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #24131E is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB361930-
CMYK00.470.170.86
HSL321.18º30.91%10.78%-
HSV(B)321.18º47.22%14.12%-
XYZ1.190.931.35-
YUV25.34130.63135.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.35%
GREEN value IS 19 (7.81% from 255) = 22.35%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=42.35%
G=22.35%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36193000.470.170.86321.1830.9110.78
Hex24131E02F11561411fb
Octal442336057211265013713
Binary10010010011111100101111100011010110101000001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24131E; }

 p { color: rgb(36,19,30); }

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

<style>
 a { background-color: #24131E; }

 a { background-color: rgb(36,19,30); }

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

<style>
 span { border-color: #24131E; }

 span { border-color: rgb(36,19,30); }

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