#1A1719

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

Shades of Melanzane #1A1719

Tints of Melanzane #1A1719

Color information

#1A1719 (or 0x1A1719) is unknown color: approx Melanzane. HEX triplet: 1A, 17 and 19. RGB value is (26,23,25). Sum of RGB (Red+Green+Blue) = 26+23+25=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1719 is #E5E8E6. Grayscale: #181818. Windows color (decimal): -15067367 or 1644314. OLE color: 1644314.

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

Color convert

RGB262325-
CMYK00.120.040.90
HSL320º6.12%9.61%-
HSV(B)320º11.54%10.2%-
XYZ0.910.91.05-
YUV24.12128.49129.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.14%
GREEN value IS 23 (9.38% from 255) = 31.08%
BLUE value IS 25 (10.16% from 255) = 33.78%
R=35.14%
G=31.08%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26232500.120.040.903206.129.61
Hex1A17190C45A1406a
Octal3227310144132500612
Binary1101010111110010110010010110101010000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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