#170313

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

Shades of Melanzane #170313

Tints of Melanzane #170313

Color information

#170313 (or 0x170313) is unknown color: approx Melanzane. HEX triplet: 17, 03 and 13. RGB value is (23,3,19). Sum of RGB (Red+Green+Blue) = 23+3+19=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #170313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170313 is #E8FCEC. Grayscale: #0A0A0A. Windows color (decimal): -15269101 or 1245975. OLE color: 1245975.

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

Color convert

RGB23319-
CMYK00.870.170.91
HSL312º76.92%5.1%-
HSV(B)312º86.96%9.02%-
XYZ0.50.290.65-
YUV10.8132.63136.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 51.11%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 19 (7.81% from 255) = 42.22%
R=51.11%
G=6.67%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2331900.870.170.9131276.925.1
Hex17313057115B1384d5
Octal273230127211334701155
Binary101111110011010101111000110110111001110001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170313; }

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

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

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

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

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

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

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

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