#1A1117

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

Shades of Melanzane #1A1117

Tints of Melanzane #1A1117

Color information

#1A1117 (or 0x1A1117) is unknown color: approx Melanzane. HEX triplet: 1A, 11 and 17. RGB value is (26,17,23). Sum of RGB (Red+Green+Blue) = 26+17+23=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1117 is #E5EEE8. Grayscale: #141414. Windows color (decimal): -15068905 or 1511706. OLE color: 1511706.

HSL color Cylindrical-coordinate representation of color #1A1117: hue angle of 320º 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 #1A1117 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB261723-
CMYK00.350.120.90
HSL320º20.93%8.43%-
HSV(B)320º34.62%10.2%-
XYZ0.780.680.9-
YUV20.38129.48132.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 39.39%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 23 (9.38% from 255) = 34.85%
R=39.39%
G=25.76%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26172300.350.120.9032020.938.43
Hex1A1117023C5A140158
Octal322127043141325002510
Binary110101000110111010001111001011010101000000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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