#1A0915

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

Shades of Melanzane #1A0915

Tints of Melanzane #1A0915

Color information

#1A0915 (or 0x1A0915) is unknown color: approx Melanzane. HEX triplet: 1A, 09 and 15. RGB value is (26,9,21). Sum of RGB (Red+Green+Blue) = 26+9+21=56 (7% of max value = 765). Red value is 26 (10.55% from 255 or 46.43% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0915 is #E5F6EA. Grayscale: #0F0F0F. Windows color (decimal): -15070955 or 1378586. OLE color: 1378586.

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

Color convert

RGB26921-
CMYK00.650.190.90
HSL317.65º48.57%6.86%-
HSV(B)317.65º65.38%10.2%-
XYZ0.660.470.77-
YUV15.45131.13135.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 46.43%
GREEN value IS 9 (3.91% from 255) = 16.07%
BLUE value IS 21 (8.59% from 255) = 37.5%
R=46.43%
G=16.07%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2692100.650.190.90317.6548.576.86
Hex1A915041135A13e317
Octal321125010123132476617
Binary1101010011010101000001100111011010100111110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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