#1A1118

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

Shades of Melanzane #1A1118

Tints of Melanzane #1A1118

Color information

#1A1118 (or 0x1A1118) is unknown color: approx Melanzane. HEX triplet: 1A, 11 and 18. RGB value is (26,17,24). Sum of RGB (Red+Green+Blue) = 26+17+24=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 24 (9.77% from 255 or 35.82% from 67); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1118 is #E5EEE7. Grayscale: #141414. Windows color (decimal): -15068904 or 1577242. OLE color: 1577242.

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

Color convert

RGB261724-
CMYK00.350.080.90
HSL313.33º20.93%8.43%-
HSV(B)313.33º34.62%10.2%-
XYZ0.790.690.95-
YUV20.49129.98131.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 38.81%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 24 (9.77% from 255) = 35.82%
R=38.81%
G=25.37%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26172400.350.080.90313.3320.938.43
Hex1A111802385A139158
Octal322130043101324712510
Binary110101000111000010001110001011010100111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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