#1A0715

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

Shades of Melanzane #1A0715

Tints of Melanzane #1A0715

Color information

#1A0715 (or 0x1A0715) is unknown color: approx Melanzane. HEX triplet: 1A, 07 and 15. RGB value is (26,7,21). Sum of RGB (Red+Green+Blue) = 26+7+21=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0715 is #E5F8EA. Grayscale: #0E0E0E. Windows color (decimal): -15071467 or 1378074. OLE color: 1378074.

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

Color convert

RGB26721-
CMYK00.730.190.90
HSL315.79º57.58%6.47%-
HSV(B)315.79º73.08%10.2%-
XYZ0.640.430.76-
YUV14.28131.79136.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 48.15%
GREEN value IS 7 (3.12% from 255) = 12.96%
BLUE value IS 21 (8.59% from 255) = 38.89%
R=48.15%
G=12.96%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2672100.730.190.90315.7957.586.47
Hex1A715049135A13c3a6
Octal32725011123132474726
Binary110101111010101001001100111011010100111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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