#1A0815

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

Shades of Melanzane #1A0815

Tints of Melanzane #1A0815

Color information

#1A0815 (or 0x1A0815) is unknown color: approx Melanzane. HEX triplet: 1A, 08 and 15. RGB value is (26,8,21). Sum of RGB (Red+Green+Blue) = 26+8+21=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0815 is #E5F7EA. Grayscale: #0E0E0E. Windows color (decimal): -15071211 or 1378330. OLE color: 1378330.

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

Color convert

RGB26821-
CMYK00.690.190.90
HSL316.67º52.94%6.67%-
HSV(B)316.67º69.23%10.2%-
XYZ0.650.450.76-
YUV14.86131.46135.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 47.27%
GREEN value IS 8 (3.52% from 255) = 14.55%
BLUE value IS 21 (8.59% from 255) = 38.18%
R=47.27%
G=14.55%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2682100.690.190.90316.6752.946.67
Hex1A815045135A13d357
Octal321025010523132475657
Binary1101010001010101000101100111011010100111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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