#170112

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

Shades of Melanzane #170112

Tints of Melanzane #170112

Color information

#170112 (or 0x170112) is unknown color: approx Melanzane. HEX triplet: 17, 01 and 12. RGB value is (23,1,18). Sum of RGB (Red+Green+Blue) = 23+1+18=42 (5% of max value = 765). Red value is 23 (9.38% from 255 or 54.76% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 23 - color contains mainly: red. Hex color #170112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170112 is #E8FEED. Grayscale: #090909. Windows color (decimal): -15269614 or 1179927. OLE color: 1179927.

HSL color Cylindrical-coordinate representation of color #170112: hue angle of 313.64º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170112 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB23118-
CMYK00.960.220.91
HSL313.64º91.67%4.71%-
HSV(B)313.64º95.65%9.02%-
XYZ0.470.250.6-
YUV9.52132.79137.62-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 54.76%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=54.76%
G=2.38%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2311800.960.220.91313.6491.674.71
Hex17112060165B13a5c5
Octal271220140261334721345
Binary10111110010011000001011010110111001110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170112; }

 p { color: rgb(23,1,18); }

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

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

 a { background-color: rgb(23,1,18); }

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

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

 span { border-color: rgb(23,1,18); }

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