#170612

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

Shades of Melanzane #170612

Tints of Melanzane #170612

Color information

#170612 (or 0x170612) is unknown color: approx Melanzane. HEX triplet: 17, 06 and 12. RGB value is (23,6,18). Sum of RGB (Red+Green+Blue) = 23+6+18=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 23 - color contains mainly: red. Hex color #170612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170612 is #E8F9ED. Grayscale: #0C0C0C. Windows color (decimal): -15268334 or 1181207. OLE color: 1181207.

HSL color Cylindrical-coordinate representation of color #170612: hue angle of 317.65º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #170612 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB23618-
CMYK00.740.220.91
HSL317.65º58.62%5.69%-
HSV(B)317.65º73.91%9.02%-
XYZ0.530.360.61-
YUV12.45131.13135.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 48.94%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=48.94%
G=12.77%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2361800.740.220.91317.6558.625.69
Hex1761204A165B13e3b6
Octal27622011226133476736
Binary101111101001001001010101101011011100111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170612; }

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

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

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

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

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

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

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

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