#170E13

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

Shades of Melanzane #170E13

Tints of Melanzane #170E13

Color information

#170E13 (or 0x170E13) is unknown color: approx Melanzane. HEX triplet: 17, 0E and 13. RGB value is (23,14,19). Sum of RGB (Red+Green+Blue) = 23+14+19=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 23 - color contains mainly: red. Hex color #170E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170E13 is #E8F1EC. Grayscale: #111111. Windows color (decimal): -15266285 or 1248791. OLE color: 1248791.

HSL color Cylindrical-coordinate representation of color #170E13: hue angle of 326.67º 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 #170E13 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB231419-
CMYK00.390.170.91
HSL326.67º24.32%7.25%-
HSV(B)326.67º39.13%9.02%-
XYZ0.630.540.69-
YUV17.26128.98132.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 41.07%
GREEN value IS 14 (5.86% from 255) = 25%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=41.07%
G=25%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23141900.390.170.91326.6724.327.25
Hex17E13027115B147187
Octal27162304721133507307
Binary10111111010011010011110001101101110100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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