#1A1819

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

Shades of Melanzane #1A1819

Tints of Melanzane #1A1819

Color information

#1A1819 (or 0x1A1819) is unknown color: approx Melanzane. HEX triplet: 1A, 18 and 19. RGB value is (26,24,25). Sum of RGB (Red+Green+Blue) = 26+24+25=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1819 is #E5E7E6. Grayscale: #181818. Windows color (decimal): -15067111 or 1644570. OLE color: 1644570.

HSL color Cylindrical-coordinate representation of color #1A1819: hue angle of 330º degrees, saturation: 0.04, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #1A1819 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB262425-
CMYK00.080.040.90
HSL330º4%9.8%-
HSV(B)330º7.69%10.2%-
XYZ0.930.941.05-
YUV24.71128.16128.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 24 (9.77% from 255) = 32%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=34.67%
G=32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26242500.080.040.9033049.8
Hex1A18190845A14a4a
Octal3230310104132512412
Binary1101011000110010100010010110101010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1819; }

 p { color: rgb(26,24,25); }

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

<style>
 a { background-color: #1A1819; }

 a { background-color: rgb(26,24,25); }

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

<style>
 span { border-color: #1A1819; }

 span { border-color: rgb(26,24,25); }

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