#1A0F15

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

Shades of Melanzane #1A0F15

Tints of Melanzane #1A0F15

Color information

#1A0F15 (or 0x1A0F15) is unknown color: approx Melanzane. HEX triplet: 1A, 0F and 15. RGB value is (26,15,21). Sum of RGB (Red+Green+Blue) = 26+15+21=62 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.94% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F15 is #E5F0EA. Grayscale: #121212. Windows color (decimal): -15069419 or 1380122. OLE color: 1380122.

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

Color convert

RGB261521-
CMYK00.420.190.90
HSL327.27º26.83%8.04%-
HSV(B)327.27º42.31%10.2%-
XYZ0.730.620.79-
YUV18.97129.14133.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.94%
GREEN value IS 15 (6.25% from 255) = 24.19%
BLUE value IS 21 (8.59% from 255) = 33.87%
R=41.94%
G=24.19%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26152100.420.190.90327.2726.838.04
Hex1AF1502A135A1471b8
Octal321725052231325073310
Binary110101111101010101010100111011010101000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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