#1A0F17

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

Shades of Melanzane #1A0F17

Tints of Melanzane #1A0F17

Color information

#1A0F17 (or 0x1A0F17) is unknown color: approx Melanzane. HEX triplet: 1A, 0F and 17. RGB value is (26,15,23). Sum of RGB (Red+Green+Blue) = 26+15+23=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0F17 is #E5F0E8. Grayscale: #131313. Windows color (decimal): -15069417 or 1511194. OLE color: 1511194.

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

Color convert

RGB261523-
CMYK00.420.120.90
HSL316.36º26.83%8.04%-
HSV(B)316.36º42.31%10.2%-
XYZ0.750.620.89-
YUV19.2130.14132.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40.62%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 23 (9.38% from 255) = 35.94%
R=40.62%
G=23.44%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26152300.420.120.90316.3626.838.04
Hex1AF1702AC5A13c1b8
Octal321727052141324743310
Binary11010111110111010101011001011010100111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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