#1A1519

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

Shades of Melanzane #1A1519

Tints of Melanzane #1A1519

Color information

#1A1519 (or 0x1A1519) is unknown color: approx Melanzane. HEX triplet: 1A, 15 and 19. RGB value is (26,21,25). Sum of RGB (Red+Green+Blue) = 26+21+25=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1519 is #E5EAE6. Grayscale: #161616. Windows color (decimal): -15067879 or 1643802. OLE color: 1643802.

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

Color convert

RGB262125-
CMYK00.190.040.90
HSL312º10.64%9.22%-
HSV(B)312º19.23%10.2%-
XYZ0.870.831.03-
YUV22.95129.16130.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.11%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 25 (10.16% from 255) = 34.72%
R=36.11%
G=29.17%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26212500.190.040.9031210.649.22
Hex1A151901345A138b9
Octal32253102341324701311
Binary110101010111001010011100101101010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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