#170012

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

Shades of Melanzane #170012

Tints of Melanzane #170012

Color information

#170012 (or 0x170012) is unknown color: approx Melanzane. HEX triplet: 17, 00 and 12. RGB value is (23,0,18). Sum of RGB (Red+Green+Blue) = 23+0+18=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #170012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170012 is #E8FFED. Grayscale: #080808. Windows color (decimal): -15269870 or 1179671. OLE color: 1179671.

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

Color convert

RGB23018-
CMYK010.220.91
HSL313.04º100%4.51%-
HSV(B)313.04º100%9.02%-
XYZ0.460.230.59-
YUV8.93133.12138.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 56.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 43.90%
R=56.10%
G=0%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23018010.220.91313.041004.51
Hex17012064165B139645
Octal270220144261334711445
Binary10111010010011001001011010110111001110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170012; }

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

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

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

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

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

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

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

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