#170713

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

Shades of Melanzane #170713

Tints of Melanzane #170713

Color information

#170713 (or 0x170713) is unknown color: approx Melanzane. HEX triplet: 17, 07 and 13. RGB value is (23,7,19). Sum of RGB (Red+Green+Blue) = 23+7+19=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #170713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170713 is #E8F8EC. Grayscale: #0D0D0D. Windows color (decimal): -15268077 or 1246999. OLE color: 1246999.

HSL color Cylindrical-coordinate representation of color #170713: hue angle of 315º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #170713 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB23719-
CMYK00.700.170.91
HSL315º53.33%5.88%-
HSV(B)315º69.57%9.02%-
XYZ0.550.380.66-
YUV13.15131.3135.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 46.94%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 19 (7.81% from 255) = 38.78%
R=46.94%
G=14.29%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2371900.700.170.9131553.335.88
Hex17713046115B13b356
Octal27723010621133473656
Binary101111111001101000110100011011011100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170713; }

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

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

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

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

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

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

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

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