#1A0516

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

Shades of Melanzane #1A0516

Tints of Melanzane #1A0516

Color information

#1A0516 (or 0x1A0516) is unknown color: approx Melanzane. HEX triplet: 1A, 05 and 16. RGB value is (26,5,22). Sum of RGB (Red+Green+Blue) = 26+5+22=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0516 is #E5FAE9. Grayscale: #0D0D0D. Windows color (decimal): -15071978 or 1443098. OLE color: 1443098.

HSL color Cylindrical-coordinate representation of color #1A0516: hue angle of 311.43º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0516 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.90.

Color convert

RGB26522-
CMYK00.810.150.90
HSL311.43º67.74%6.08%-
HSV(B)311.43º80.77%10.2%-
XYZ0.630.390.8-
YUV13.22132.96137.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 49.06%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 22 (8.98% from 255) = 41.51%
R=49.06%
G=9.43%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2652200.810.150.90311.4367.746.08
Hex1A516051F5A137446
Octal325260121171324671046
Binary110101011011001010001111110110101001101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,5,22); }

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

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

 a { background-color: rgb(26,5,22); }

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

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

 span { border-color: rgb(26,5,22); }

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