#1A0A15

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

Shades of Melanzane #1A0A15

Tints of Melanzane #1A0A15

Color information

#1A0A15 (or 0x1A0A15) is unknown color: approx Melanzane. HEX triplet: 1A, 0A and 15. RGB value is (26,10,21). Sum of RGB (Red+Green+Blue) = 26+10+21=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A15 is #E5F5EA. Grayscale: #101010. Windows color (decimal): -15070699 or 1378842. OLE color: 1378842.

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

Color convert

RGB261021-
CMYK00.620.190.90
HSL318.75º44.44%7.06%-
HSV(B)318.75º61.54%10.2%-
XYZ0.670.490.77-
YUV16.04130.8135.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 45.61%
GREEN value IS 10 (4.30% from 255) = 17.54%
BLUE value IS 21 (8.59% from 255) = 36.84%
R=45.61%
G=17.54%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26102100.620.190.90318.7544.447.06
Hex1AA1503E135A13f2c7
Octal32122507623132477547
Binary110101010101010111110100111011010100111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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