#1A0A17

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

Shades of Melanzane #1A0A17

Tints of Melanzane #1A0A17

Color information

#1A0A17 (or 0x1A0A17) is unknown color: approx Melanzane. HEX triplet: 1A, 0A and 17. RGB value is (26,10,23). Sum of RGB (Red+Green+Blue) = 26+10+23=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A17 is #E5F5E8. Grayscale: #101010. Windows color (decimal): -15070697 or 1509914. OLE color: 1509914.

HSL color Cylindrical-coordinate representation of color #1A0A17: hue angle of 311.25º 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 #1A0A17 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB261023-
CMYK00.620.120.90
HSL311.25º44.44%7.06%-
HSV(B)311.25º61.54%10.2%-
XYZ0.690.50.87-
YUV16.27131.8134.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.07%
GREEN value IS 10 (4.30% from 255) = 16.95%
BLUE value IS 23 (9.38% from 255) = 38.98%
R=44.07%
G=16.95%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26102300.620.120.90311.2544.447.06
Hex1AA1703EC5A1372c7
Octal32122707614132467547
Binary11010101010111011111011001011010100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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