#170311

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

Shades of Melanzane #170311

Tints of Melanzane #170311

Color information

#170311 (or 0x170311) is unknown color: approx Melanzane. HEX triplet: 17, 03 and 11. RGB value is (23,3,17). Sum of RGB (Red+Green+Blue) = 23+3+17=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #170311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170311 is #E8FCEE. Grayscale: #0A0A0A. Windows color (decimal): -15269103 or 1114903. OLE color: 1114903.

HSL color Cylindrical-coordinate representation of color #170311: hue angle of 318º 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 #170311 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.91.

Color convert

RGB23317-
CMYK00.870.260.91
HSL318º76.92%5.1%-
HSV(B)318º86.96%9.02%-
XYZ0.490.290.56-
YUV10.58131.63136.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 53.49%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=53.49%
G=6.98%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2331700.870.260.9131876.925.1
Hex173110571A5B13e4d5
Octal273210127321334761155
Binary101111110001010101111101010110111001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170311; }

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

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

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

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

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

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

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

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