#170512

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

Shades of Melanzane #170512

Tints of Melanzane #170512

Color information

#170512 (or 0x170512) is unknown color: approx Melanzane. HEX triplet: 17, 05 and 12. RGB value is (23,5,18). Sum of RGB (Red+Green+Blue) = 23+5+18=46 (6% of max value = 765). Red value is 23 (9.38% from 255 or 50% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 23 - color contains mainly: red. Hex color #170512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170512 is #E8FAED. Grayscale: #0B0B0B. Windows color (decimal): -15268590 or 1180951. OLE color: 1180951.

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

Color convert

RGB23518-
CMYK00.780.220.91
HSL316.67º64.29%5.49%-
HSV(B)316.67º78.26%9.02%-
XYZ0.520.330.61-
YUV11.86131.46135.94-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 10.87%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=50%
G=10.87%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2351800.780.220.91316.6764.295.49
Hex1751204E165B13d405
Octal275220116261334751005
Binary1011110110010010011101011010110111001111011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170512; }

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

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

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

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

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

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

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

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