#170513

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

Shades of Melanzane #170513

Tints of Melanzane #170513

Color information

#170513 (or 0x170513) is unknown color: approx Melanzane. HEX triplet: 17, 05 and 13. RGB value is (23,5,19). Sum of RGB (Red+Green+Blue) = 23+5+19=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 23 - color contains mainly: red. Hex color #170513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170513 is #E8FAEC. Grayscale: #0B0B0B. Windows color (decimal): -15268589 or 1246487. OLE color: 1246487.

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

Color convert

RGB23519-
CMYK00.780.170.91
HSL313.33º64.29%5.49%-
HSV(B)313.33º78.26%9.02%-
XYZ0.530.340.65-
YUV11.98131.96135.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 48.94%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 19 (7.81% from 255) = 40.43%
R=48.94%
G=10.64%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2351900.780.170.91313.3364.295.49
Hex1751304E115B139405
Octal275230116211334711005
Binary1011110110011010011101000110110111001110011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170513; }

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

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

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

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

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

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

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

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