#170C12

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

Shades of Melanzane #170C12

Tints of Melanzane #170C12

Color information

#170C12 (or 0x170C12) is unknown color: approx Melanzane. HEX triplet: 17, 0C and 12. RGB value is (23,12,18). Sum of RGB (Red+Green+Blue) = 23+12+18=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #170C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C12 is #E8F3ED. Grayscale: #0F0F0F. Windows color (decimal): -15266798 or 1182743. OLE color: 1182743.

HSL color Cylindrical-coordinate representation of color #170C12: hue angle of 327.27º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #170C12 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB231218-
CMYK00.480.220.91
HSL327.27º31.43%6.86%-
HSV(B)327.27º47.83%9.02%-
XYZ0.590.490.64-
YUV15.97129.14133.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 43.40%
GREEN value IS 12 (5.08% from 255) = 22.64%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=43.40%
G=22.64%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23121800.480.220.91327.2731.436.86
Hex17C12030165B1471f7
Octal27142206026133507377
Binary10111110010010011000010110101101110100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170C12; }

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

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

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

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

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

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

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

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