#170E14

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

Shades of Melanzane #170E14

Tints of Melanzane #170E14

Color information

#170E14 (or 0x170E14) is unknown color: approx Melanzane. HEX triplet: 17, 0E and 14. RGB value is (23,14,20). Sum of RGB (Red+Green+Blue) = 23+14+20=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 23 - color contains mainly: red. Hex color #170E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E14 is #E8F1EB. Grayscale: #111111. Windows color (decimal): -15266284 or 1314327. OLE color: 1314327.

HSL color Cylindrical-coordinate representation of color #170E14: hue angle of 320º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #170E14 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB231420-
CMYK00.390.130.91
HSL320º24.32%7.25%-
HSV(B)320º39.13%9.02%-
XYZ0.640.550.73-
YUV17.38129.48132.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 40.35%
GREEN value IS 14 (5.86% from 255) = 24.56%
BLUE value IS 20 (8.20% from 255) = 35.09%
R=40.35%
G=24.56%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23142000.390.130.9132024.327.25
Hex17E14027D5B140187
Octal27162404715133500307
Binary1011111101010001001111101101101110100000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170E14; }

 p { color: rgb(23,14,20); }

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

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

 a { background-color: rgb(23,14,20); }

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

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

 span { border-color: rgb(23,14,20); }

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