#1A1417

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

Shades of Melanzane #1A1417

Tints of Melanzane #1A1417

Color information

#1A1417 (or 0x1A1417) is unknown color: approx Melanzane. HEX triplet: 1A, 14 and 17. RGB value is (26,20,23). Sum of RGB (Red+Green+Blue) = 26+20+23=69 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.68% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1417 is #E5EBE8. Grayscale: #161616. Windows color (decimal): -15068137 or 1512474. OLE color: 1512474.

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

Color convert

RGB262023-
CMYK00.230.120.90
HSL330º13.04%9.02%-
HSV(B)330º23.08%10.2%-
XYZ0.830.780.92-
YUV22.14128.49130.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.68%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 23 (9.38% from 255) = 33.33%
R=37.68%
G=28.99%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26202300.230.120.9033013.049.02
Hex1A1417017C5A14ad9
Octal322427027141325121511
Binary1101010100101110101111100101101010100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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