#1A0E15

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

Shades of Melanzane #1A0E15

Tints of Melanzane #1A0E15

Color information

#1A0E15 (or 0x1A0E15) is unknown color: approx Melanzane. HEX triplet: 1A, 0E and 15. RGB value is (26,14,21). Sum of RGB (Red+Green+Blue) = 26+14+21=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E15 is #E5F1EA. Grayscale: #121212. Windows color (decimal): -15069675 or 1379866. OLE color: 1379866.

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

Color convert

RGB261421-
CMYK00.460.190.90
HSL325º30%7.84%-
HSV(B)325º46.15%10.2%-
XYZ0.720.590.79-
YUV18.39129.48133.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 42.62%
GREEN value IS 14 (5.86% from 255) = 22.95%
BLUE value IS 21 (8.59% from 255) = 34.43%
R=42.62%
G=22.95%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26142100.460.190.90325307.84
Hex1AE1502E135A1451e8
Octal321625056231325053610
Binary110101110101010101110100111011010101000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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