#1A0115

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

Shades of Melanzane #1A0115

Tints of Melanzane #1A0115

Color information

#1A0115 (or 0x1A0115) is unknown color: approx Melanzane. HEX triplet: 1A, 01 and 15. RGB value is (26,1,21). Sum of RGB (Red+Green+Blue) = 26+1+21=48 (6% of max value = 765). Red value is 26 (10.55% from 255 or 54.17% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0115 is #E5FEEA. Grayscale: #0A0A0A. Windows color (decimal): -15073003 or 1376538. OLE color: 1376538.

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

Color convert

RGB26121-
CMYK00.960.190.90
HSL312º92.59%5.29%-
HSV(B)312º96.15%10.2%-
XYZ0.570.30.74-
YUV10.76133.78138.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 54.17%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 21 (8.59% from 255) = 43.75%
R=54.17%
G=2.08%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2612100.960.190.9031292.595.29
Hex1A115060135A1385d5
Octal321250140231324701355
Binary11010110101011000001001110110101001110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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