#170010

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

Shades of Melanzane #170010

Tints of Melanzane #170010

Color information

#170010 (or 0x170010) is unknown color: approx Melanzane. HEX triplet: 17, 00 and 10. RGB value is (23,0,16). Sum of RGB (Red+Green+Blue) = 23+0+16=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #170010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170010 is #E8FFEF. Grayscale: #080808. Windows color (decimal): -15269872 or 1048599. OLE color: 1048599.

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

Color convert

RGB23016-
CMYK010.300.91
HSL318.26º100%4.51%-
HSV(B)318.26º100%9.02%-
XYZ0.450.220.51-
YUV8.7132.12138.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 58.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 41.03%
R=58.97%
G=0%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23016010.300.91318.261004.51
Hex170100641E5B13e645
Octal270200144361334761445
Binary10111010000011001001111010110111001111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170010; }

 p { color: rgb(23,0,16); }

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

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

 a { background-color: rgb(23,0,16); }

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

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

 span { border-color: rgb(23,0,16); }

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