#1A0515

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

Shades of Melanzane #1A0515

Tints of Melanzane #1A0515

Color information

#1A0515 (or 0x1A0515) is unknown color: approx Melanzane. HEX triplet: 1A, 05 and 15. RGB value is (26,5,21). Sum of RGB (Red+Green+Blue) = 26+5+21=52 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0515 is #E5FAEA. Grayscale: #0D0D0D. Windows color (decimal): -15071979 or 1377562. OLE color: 1377562.

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

Color convert

RGB26521-
CMYK00.810.190.90
HSL314.29º67.74%6.08%-
HSV(B)314.29º80.77%10.2%-
XYZ0.620.380.75-
YUV13.1132.46137.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 21 (8.59% from 255) = 40.38%
R=50%
G=9.62%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2652100.810.190.90314.2967.746.08
Hex1A515051135A13a446
Octal325250121231324721046
Binary1101010110101010100011001110110101001110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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